forked from minhngoc25a/freetype2
[cache] Consider `FT_GLYPH_FORMAT_SVG' a valid format.
This commit is contained in:
parent
d1a0615f00
commit
41d34c8118
3
src/cache/ftcbasic.c
vendored
3
src/cache/ftcbasic.c
vendored
@ -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…
x
Reference in New Issue
Block a user