mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-07 22:48:08 +02:00
fixed a small bug (the advance and format were not copied in
FT_Glyph_Copy)
This commit is contained in:
parent
228859b229
commit
532e02ad82
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue