Comment on optional ascender and descender.
This commit is contained in:
parent
1bbec9e993
commit
beb2272949
1 changed files with 2 additions and 2 deletions
|
@ -172,8 +172,8 @@ FT_BEGIN_HEADER
|
|||
{
|
||||
FT_Bool IsCIDFont;
|
||||
FT_BBox FontBBox;
|
||||
FT_Fixed Ascender;
|
||||
FT_Fixed Descender;
|
||||
FT_Fixed Ascender; /* optional, mind the zero */
|
||||
FT_Fixed Descender; /* optional, mind the zero */
|
||||
AFM_TrackKern TrackKerns; /* free if non-NULL */
|
||||
FT_UInt NumTrackKern;
|
||||
AFM_KernPair KernPairs; /* free if non-NULL */
|
||||
|
|
Loading…
Add table
Reference in a new issue