Minor formatting.

parthw-pk-vf
Werner Lemberg 7 years ago
parent a150b5ab53
commit 8f403ab8a8
  1. 4
      src/sfnt/ttbdf.c

@ -45,7 +45,7 @@
if ( bdf->loaded )
{
FT_Stream stream = FT_FACE(face)->stream;
FT_Stream stream = FT_FACE( face )->stream;
if ( bdf->table )
@ -142,7 +142,7 @@
BDF_PropertyRec *aprop )
{
TT_BDF bdf = &face->bdf;
FT_Size size = FT_FACE(face)->size;
FT_Size size = FT_FACE( face )->size;
FT_Error error = FT_Err_Ok;
FT_Byte* p;
FT_UInt count;

Loading…
Cancel
Save