Only whitespace changes.

This commit is contained in:
Werner Lemberg 2003-10-23 04:54:14 +00:00
parent 3061e893ce
commit 1c0b8e9d72
9 changed files with 29 additions and 29 deletions

View File

@ -125,9 +125,9 @@
FT_CALLBACK_TABLE_DEF
const FT_Service_PfrMetricsRec pfr_metrics_service_rec =
{
(FT_PFR_GetMetricsFunc) pfr_get_metrics,
(FT_PFR_GetKerningFunc) pfr_face_get_kerning,
(FT_PFR_GetAdvanceFunc) pfr_get_advance
(FT_PFR_GetMetricsFunc)pfr_get_metrics,
(FT_PFR_GetKerningFunc)pfr_face_get_kerning,
(FT_PFR_GetAdvanceFunc)pfr_get_advance
};
/*

View File

@ -243,7 +243,7 @@
static const FT_Service_PsFontNameRec sfnt_service_ps_name =
{
(FT_PsName_GetFunc) sfnt_get_ps_name
(FT_PsName_GetFunc)sfnt_get_ps_name
};

View File

@ -416,13 +416,13 @@
(FT_Slot_InitFunc) 0,
(FT_Slot_DoneFunc) 0,
(FT_Size_ResetPointsFunc) Set_Char_Sizes,
(FT_Size_ResetPixelsFunc) Set_Pixel_Sizes,
(FT_Size_ResetPointsFunc)Set_Char_Sizes,
(FT_Size_ResetPixelsFunc)Set_Pixel_Sizes,
(FT_Slot_LoadFunc) Load_Glyph,
(FT_Face_GetKerningFunc) Get_Kerning,
(FT_Face_AttachFunc) 0,
(FT_Face_GetAdvancesFunc) 0
(FT_Face_GetAdvancesFunc)0
};

View File

@ -116,7 +116,7 @@
static const FT_Service_PsFontNameRec t1_service_ps_name =
{
(FT_PsName_GetFunc) t1_get_ps_name
(FT_PsName_GetFunc)t1_get_ps_name
};

View File

@ -673,7 +673,7 @@
static const FT_ServiceDescRec winfnt_services[] =
{
{ FT_SERVICE_ID_XF86_NAME, FT_XF86_FORMAT_WINFNT },
{ FT_SERVICE_ID_WINFNT, & winfnt_service_rec },
{ FT_SERVICE_ID_WINFNT, &winfnt_service_rec },
{ NULL, NULL }
};