RE: Pango Font size under Windows.
| Newsgroups | gmane.comp.video.gimp.windows.devel |
|---|---|
| Message-ID | <B76B75D34ACFD31180A600606DDFE79B0E57487D@mbtlipnt04.btlabs.bt.co.uk> |
Ok - most helpful though, I thought this would be the case, thankyou > -----Original Message----- > From: Tor Lillqvist [mailto:[email protected]] > Sent: 03 December 2002 21:58 > To: [email protected] > Subject: [gimpwin-dev] Pango Font size under Windows. > > > [email protected] writes: > > Is it possible to change the font size (e.g. in > /etc/pango/pango.aliases) > > for the whole application without adding code for each > control to change the > > size of the font ?? > > Umm, <top>/etc/gtk-2.0/gtkrc, or an application-specific gtkrc file > would be the correct place, I think. Put for instance > > style "mystyle" { > font_name = "sans 12" > } > class "*" style "mystyle" > > in it and all widgets will be in Sans 12. Use more specific style > specs to specify widget type and/or name -specific styles. Or > something. (I am not really good at gtkrc issues. See the > documentation.) > > --tml > > > > ------------------------ Yahoo! Groups Sponsor > ---------------------~--> > Get 128 Bit SSL Encryption! > http://us.click.yahoo.com/CBxunD/vN2EAA/xGHJAA/NhFolB/TM > -------------------------------------------------------------- > -------~-> > > To Post a message, send it to: [email protected] > To Unsubscribe, send a blank message to: > [email protected] > > Your use of Yahoo! Groups is subject to > http://docs.yahoo.com/info/terms/ > >