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

truetype-mm
Alexei Podtelezhnikov 2 years ago
parent 49eac0da0c
commit 7ae20e55c9
  1. 2
      src/sfnt/sfobjs.c

@ -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;

Loading…
Cancel
Save