fixed a small bug (the advance and format were not copied in
FT_Glyph_Copy)
This commit is contained in:
parent
20e862be32
commit
8fe916ca51
@ -396,6 +396,9 @@
|
||||
if ( error )
|
||||
goto Exit;
|
||||
|
||||
copy->advance = source->advance;
|
||||
copy->format = source->format;
|
||||
|
||||
if ( clazz->glyph_copy )
|
||||
error = clazz->glyph_copy( source, copy );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user