* src/sfnt/sfobjs.c (sfnt_load_face): Shorten de-referencing.

This commit is contained in:
Alexei Podtelezhnikov 2023-03-03 22:41:09 -05:00
parent 49eac0da0c
commit 7ae20e55c9
1 changed files with 1 additions and 1 deletions

View File

@ -1221,7 +1221,7 @@
if ( count > 0 )
{
FT_Memory memory = face->root.stream->memory;
FT_Memory memory = face->root.memory;
FT_UShort em_size = face->header.Units_Per_EM;
FT_Short avgwidth = face->os2.xAvgCharWidth;
FT_Size_Metrics metrics;