Am Fr, 4.06.2010, 13:43 schrieb Bernd Roesch: > > My linux knowledge is not much, maybe #define DEJAVU_PATH "./Fonts/" work, > but dont know when a > program do change the path if it fail or not.
I tried freetype2 and it seems it tries to load the fonts from the default location for fonts under unix / Linux (/usr/share/fonts/) > but best is you use freetype fonts.also on newer netsurf teh glyph1 func > draw crap chars.so amiga OS > dont support internal Fonts. I compiled and linked netsurf with freetype2, but loading of font files still fails with error code 2. I'll probably fix that soon, probably it's just an Makefile issue( at least I hope so...), but maybe it's an fileystem issue, if so, I think that could be fixed easy, too. I'll compile the ft2-demos to figure it out.... > using internal fonts give no measurable speedup, most time a webpage need > show is not spend in print > of text. Freetype is probably the best choice... It's an very clean library :) -- Greets, Ole
