forked from minhngoc25a/freetype2
Minor.
This commit is contained in:
parent
885b4c2475
commit
f0384d5fb0
|
@ -1443,13 +1443,13 @@
|
|||
nn,
|
||||
blue->ref.org,
|
||||
blue->ref.fit / 64.0,
|
||||
blue->flags & AF_LATIN_BLUE_ACTIVE ? ""
|
||||
: " (inactive)",
|
||||
( blue->flags & AF_LATIN_BLUE_ACTIVE ) ? ""
|
||||
: " (inactive)",
|
||||
nn,
|
||||
blue->shoot.org,
|
||||
blue->shoot.fit / 64.0,
|
||||
blue->flags & AF_LATIN_BLUE_ACTIVE ? ""
|
||||
: " (inactive)" ));
|
||||
( blue->flags & AF_LATIN_BLUE_ACTIVE ) ? ""
|
||||
: " (inactive)" ));
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue