Re: [gtkmm] Gtk::Label font size and Pango::AttrList
- From: Anastasios Bassoukos <abas aix meng auth gr>
- To: Enrico Costanza <ec142 york ac uk>
- Cc: <gtkmm-list gnome org>
- Subject: Re: [gtkmm] Gtk::Label font size and Pango::AttrList
- Date: Thu, 27 Mar 2003 15:26:05 +0200 (EET)
<delurk>
Hi,
a better way to do this is to use the pango markup language:
Gtk::Label label;
...
label.set_markup("<big>Bigger font!</big>");
which should work nicely with users that have 36 pt fonts...
HTH,
Tassos
</delurk>
--
Bassoukos Tassos +30 31 996011 / +30 93 7109954 IT Generalist
C++: an octopus made by nailing extra legs onto a dog
-- Steve Taylor, 1998
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]