Werner Lemberg pushed to branch master at FreeType / FreeType
Commits:
-
e02a40a4
by Werner Lemberg at 2023-05-08T20:12:26+02:00
1 changed file:
Changes:
... | ... | @@ -181,7 +181,7 @@ |
181 | 181 | if ( load_flags & FT_LOAD_NO_SCALE )
|
182 | 182 | size = NULL;
|
183 | 183 | |
184 | - if ( cffsize )
|
|
184 | + if ( size )
|
|
185 | 185 | {
|
186 | 186 | /* these two objects must have the same parent */
|
187 | 187 | if ( size->face != slot->face )
|