mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-15 10:28:08 +02:00
[cache] Consider `FT_GLYPH_FORMAT_SVG' a valid format.
This commit is contained in:
parent
4288f4a70a
commit
71a8aaa807
1 changed files with 2 additions and 1 deletions
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…
Add table
Reference in a new issue