Minor formatting.
This commit is contained in:
parent
a150b5ab53
commit
8f403ab8a8
@ -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…
Reference in New Issue
Block a user