> What is the expected behavior of FT_Load_Char when the requested
> glyph is not present in the font file?  One user of freetype-py
> (http://code.google.com/p/freetype-py/) reported that freetype
> returns no error (and does not load the glyph obviously).

FT_Load_Char is always successful (provided the font is valid and
there is a charmap).  For character codes without a `real' glyph, the
`undefined' glyph is returned.


    Werner

_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to