freetype
[Top][All Lists]
Advanced

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

Re: [ft] problem with "MS Sans Serif" font


From: Dave Calkins
Subject: Re: [ft] problem with "MS Sans Serif" font
Date: Fri, 29 Jan 2010 10:22:46 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1


I see that when FreeTypeGL calls FT_Load_Glyph, its using
FT_LOAD_NO_HINTING | FT_LOAD_NO_BITMAP.

Do these flags maybe not make sense for this font?
Well, if bitmap fonts are explicitly disabled, you won't see bitmap
fonts :-)


     Werner


The header file seems to indicate that bitmap fonts should still work as they'll ignore this flag. Maybe that isn't happening?

   *   FT_LOAD_NO_BITMAP ::
   *     Ignore bitmap strikes when loading.  Bitmap-only fonts ignore this
   *     flag.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]