Re: dia and fonts [dia & freetype - part II]



To make dia behave the way I want i altered some of the source to 
use Arial instaed of Helvetica

Here is an example from class.c:
(line 686)
#ifdef HAVE_FREETYPE
                umlclass->classname_font =
font_getfont_with_style(_("Arial"), _("Bold"));
#else
                umlclass->classname_font =
font_getfont(_("Helvetica"));
#endif

But this leads to a new problem - the properties dialog(s) do not load 
the font style but resets it to regular...

Torben


_____________________________________________________
Yahoo! Grupper
Over 4000 grupper at blive medlem af - eller opret helt din egen!
www.yahoo.dk/grupper



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]