formatting

This commit is contained in:
David Turner 2002-03-14 09:30:52 +00:00
parent b93b0f5f7d
commit f39b7a0c3c
2 changed files with 6 additions and 6 deletions

View File

@ -102,7 +102,7 @@ FT_BEGIN_HEADER
/*************************************************************************/ /*************************************************************************/
/* */ /* */
/* <Struct> */ /* <Struct> */
/* FT_Driver_ClassRec */ /* FT_Driver_ClassRec */
/* */ /* */
/* <Description> */ /* <Description> */
/* The font driver class. This structure mostly contains pointers to */ /* The font driver class. This structure mostly contains pointers to */

View File

@ -54,7 +54,7 @@ FT_BEGIN_HEADER
} PCF_TocRec, *PCF_Toc; } PCF_TocRec, *PCF_Toc;
typedef struct PCF_ParseProperty_ typedef struct PCF_ParsePropertyRec_
{ {
FT_Long name; FT_Long name;
FT_Byte isString; FT_Byte isString;
@ -63,7 +63,7 @@ FT_BEGIN_HEADER
} PCF_ParsePropertyRec, *PCF_ParseProperty; } PCF_ParsePropertyRec, *PCF_ParseProperty;
typedef struct PCF_Property_ typedef struct PCF_PropertyRec_
{ {
FT_String* name; FT_String* name;
FT_Byte isString; FT_Byte isString;
@ -79,7 +79,7 @@ FT_BEGIN_HEADER
} PCF_PropertyRec, *PCF_Property; } PCF_PropertyRec, *PCF_Property;
typedef struct PCF_Compressed_Metric_ typedef struct PCF_Compressed_MetricRec_
{ {
FT_Byte leftSideBearing; FT_Byte leftSideBearing;
FT_Byte rightSideBearing; FT_Byte rightSideBearing;
@ -90,7 +90,7 @@ FT_BEGIN_HEADER
} PCF_Compressed_MetricRec, *PCF_Compressed_Metric; } PCF_Compressed_MetricRec, *PCF_Compressed_Metric;
typedef struct PCF_Metric_ typedef struct PCF_MetricRec_
{ {
FT_Short leftSideBearing; FT_Short leftSideBearing;
FT_Short rightSideBearing; FT_Short rightSideBearing;
@ -123,7 +123,7 @@ FT_BEGIN_HEADER
} PCF_AccelRec, *PCF_Accel; } PCF_AccelRec, *PCF_Accel;
typedef struct PCD_Encoding_ typedef struct PCD_EncodingRec_
{ {
FT_Long enc; FT_Long enc;
FT_Short glyph; FT_Short glyph;