formatting

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

View File

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

View File

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