Minor doc fixes.
This commit is contained in:
parent
54f187ab1a
commit
073986ec4a
|
@ -1063,8 +1063,8 @@ FT_BEGIN_HEADER
|
||||||
/* and @FT_LOAD_NO_AUTOHINT to really disable hinting; however, you */
|
/* and @FT_LOAD_NO_AUTOHINT to really disable hinting; however, you */
|
||||||
/* probably never want this except for demonstration purposes. */
|
/* probably never want this except for demonstration purposes. */
|
||||||
/* */
|
/* */
|
||||||
/* Currently, there are six TrueType fonts in the list of tricky */
|
/* Currently, there are about a dozen TrueType fonts in the list of */
|
||||||
/* fonts; they are hard-coded in file `ttobjs.c'. */
|
/* tricky fonts; they are hard-coded in file `ttobjs.c'. */
|
||||||
/* */
|
/* */
|
||||||
#define FT_FACE_FLAG_SCALABLE ( 1L << 0 )
|
#define FT_FACE_FLAG_SCALABLE ( 1L << 0 )
|
||||||
#define FT_FACE_FLAG_FIXED_SIZES ( 1L << 1 )
|
#define FT_FACE_FLAG_FIXED_SIZES ( 1L << 1 )
|
||||||
|
@ -3330,6 +3330,9 @@ FT_BEGIN_HEADER
|
||||||
/* in the @PS_FontInfoRec structure which is only guaranteed to */
|
/* in the @PS_FontInfoRec structure which is only guaranteed to */
|
||||||
/* return the correct results for Type~1 fonts. */
|
/* return the correct results for Type~1 fonts. */
|
||||||
/* */
|
/* */
|
||||||
|
/* <Since> */
|
||||||
|
/* 2.3.8 */
|
||||||
|
/* */
|
||||||
FT_EXPORT( FT_UShort )
|
FT_EXPORT( FT_UShort )
|
||||||
FT_Get_FSType_Flags( FT_Face face );
|
FT_Get_FSType_Flags( FT_Face face );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue