forked from minhngoc25a/freetype2
[cache] Consider `FT_GLYPH_FORMAT_SVG' a valid format.
This commit is contained in:
parent
865bba38d2
commit
1d9364ca89
|
@ -177,7 +177,8 @@
|
|||
if ( !error )
|
||||
{
|
||||
if ( face->glyph->format == FT_GLYPH_FORMAT_BITMAP ||
|
||||
face->glyph->format == FT_GLYPH_FORMAT_OUTLINE )
|
||||
face->glyph->format == FT_GLYPH_FORMAT_OUTLINE ||
|
||||
face->glyph->format == FT_GLYPH_FORMAT_SVG )
|
||||
{
|
||||
/* ok, copy it */
|
||||
FT_Glyph glyph;
|
||||
|
|
Loading…
Reference in New Issue