forked from minhngoc25a/freetype2
Rename `svxf86nm.h' to `svfntfmt.h'; update related symbols.
* include/internal/ftserv.h (FT_SERVICE_XFREE86_NAME_H): Renamed to... (FT_SERVICE_FONT_FORMAT_H): This. * include/internal/services/svfntfmt.h (FT_XF86_FORMAT_*): Renamed to ... (FT_FONT_FORMAT_*): This. src/base/ftfntfmt.c, src/bdf/bdfdrivr.c, src/cff/cffdrivr.c, src/cid/cidriver.c, src/pcf/pcfdrivr.c, src/pfr/pfrdrivr.c, src/truetype/ttdriver.c, src/type1/t1driver.c, src/type42/t42drivr.c, src/winfonts/winfnt.c: Updated.
This commit is contained in:
parent
ba53879ea9
commit
a451638ec5
17
ChangeLog
17
ChangeLog
|
@ -1,3 +1,20 @@
|
|||
2015-03-11 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
Rename `svxf86nm.h' to `svfntfmt.h'; update related symbols.
|
||||
|
||||
* include/internal/ftserv.h (FT_SERVICE_XFREE86_NAME_H): Renamed
|
||||
to...
|
||||
(FT_SERVICE_FONT_FORMAT_H): This.
|
||||
|
||||
* include/internal/services/svfntfmt.h (FT_XF86_FORMAT_*): Renamed
|
||||
to ...
|
||||
(FT_FONT_FORMAT_*): This.
|
||||
|
||||
src/base/ftfntfmt.c, src/bdf/bdfdrivr.c, src/cff/cffdrivr.c,
|
||||
src/cid/cidriver.c, src/pcf/pcfdrivr.c, src/pfr/pfrdrivr.c,
|
||||
src/truetype/ttdriver.c, src/type1/t1driver.c,
|
||||
src/type42/t42drivr.c, src/winfonts/winfnt.c: Updated.
|
||||
|
||||
2015-03-11 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
[base] Rename `FT_XFREE86_H' to `FT_FONT_FORMATS_H'.
|
||||
|
|
|
@ -750,7 +750,7 @@ FT_BEGIN_HEADER
|
|||
#define FT_SERVICE_TRUETYPE_ENGINE_H <internal/services/svtteng.h>
|
||||
#define FT_SERVICE_TT_CMAP_H <internal/services/svttcmap.h>
|
||||
#define FT_SERVICE_WINFNT_H <internal/services/svwinfnt.h>
|
||||
#define FT_SERVICE_XFREE86_NAME_H <internal/services/svxf86nm.h>
|
||||
#define FT_SERVICE_FONT_FORMAT_H <internal/services/svfntfmt.h>
|
||||
#define FT_SERVICE_TRUETYPE_GLYF_H <internal/services/svttglyf.h>
|
||||
|
||||
/* */
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/***************************************************************************/
|
||||
/* */
|
||||
/* svxf86nm.h */
|
||||
/* svfntfmt.h */
|
||||
/* */
|
||||
/* The FreeType XFree86 services (specification only). */
|
||||
/* The FreeType font format service (specification only). */
|
||||
/* */
|
||||
/* Copyright 2003-2015 by */
|
||||
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
|
||||
|
@ -16,8 +16,8 @@
|
|||
/***************************************************************************/
|
||||
|
||||
|
||||
#ifndef __SVXF86NM_H__
|
||||
#define __SVXF86NM_H__
|
||||
#ifndef __SVFNTFMT_H__
|
||||
#define __SVFNTFMT_H__
|
||||
|
||||
#include FT_INTERNAL_SERVICE_H
|
||||
|
||||
|
@ -31,17 +31,17 @@ FT_BEGIN_HEADER
|
|||
* is a simple constant string pointer.
|
||||
*/
|
||||
|
||||
#define FT_SERVICE_ID_XF86_NAME "xf86-driver-name"
|
||||
#define FT_SERVICE_ID_FONT_FORMAT "font-format"
|
||||
|
||||
#define FT_XF86_FORMAT_TRUETYPE "TrueType"
|
||||
#define FT_XF86_FORMAT_TYPE_1 "Type 1"
|
||||
#define FT_XF86_FORMAT_BDF "BDF"
|
||||
#define FT_XF86_FORMAT_PCF "PCF"
|
||||
#define FT_XF86_FORMAT_TYPE_42 "Type 42"
|
||||
#define FT_XF86_FORMAT_CID "CID Type 1"
|
||||
#define FT_XF86_FORMAT_CFF "CFF"
|
||||
#define FT_XF86_FORMAT_PFR "PFR"
|
||||
#define FT_XF86_FORMAT_WINFNT "Windows FNT"
|
||||
#define FT_FONT_FORMAT_TRUETYPE "TrueType"
|
||||
#define FT_FONT_FORMAT_TYPE_1 "Type 1"
|
||||
#define FT_FONT_FORMAT_BDF "BDF"
|
||||
#define FT_FONT_FORMAT_PCF "PCF"
|
||||
#define FT_FONT_FORMAT_TYPE_42 "Type 42"
|
||||
#define FT_FONT_FORMAT_CID "CID Type 1"
|
||||
#define FT_FONT_FORMAT_CFF "CFF"
|
||||
#define FT_FONT_FORMAT_PFR "PFR"
|
||||
#define FT_FONT_FORMAT_WINFNT "Windows FNT"
|
||||
|
||||
/* */
|
||||
|
||||
|
@ -49,7 +49,7 @@ FT_BEGIN_HEADER
|
|||
FT_END_HEADER
|
||||
|
||||
|
||||
#endif /* __SVXF86NM_H__ */
|
||||
#endif /* __SVFNTFMT_H__ */
|
||||
|
||||
|
||||
/* END */
|
|
@ -19,7 +19,7 @@
|
|||
#include <ft2build.h>
|
||||
#include FT_FONT_FORMATS_H
|
||||
#include FT_INTERNAL_OBJECTS_H
|
||||
#include FT_SERVICE_XFREE86_NAME_H
|
||||
#include FT_SERVICE_FONT_FORMAT_H
|
||||
|
||||
|
||||
/* documentation is in ftfntfmt.h */
|
||||
|
@ -31,7 +31,7 @@
|
|||
|
||||
|
||||
if ( face )
|
||||
FT_FACE_FIND_SERVICE( face, result, XF86_NAME );
|
||||
FT_FACE_FIND_SERVICE( face, result, FONT_FORMAT );
|
||||
|
||||
return result;
|
||||
}
|
||||
|
@ -46,7 +46,7 @@
|
|||
|
||||
|
||||
if ( face )
|
||||
FT_FACE_FIND_SERVICE( face, result, XF86_NAME );
|
||||
FT_FACE_FIND_SERVICE( face, result, FONT_FORMAT );
|
||||
|
||||
return result;
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@ THE SOFTWARE.
|
|||
#include FT_TRUETYPE_IDS_H
|
||||
|
||||
#include FT_SERVICE_BDF_H
|
||||
#include FT_SERVICE_XFREE86_NAME_H
|
||||
#include FT_SERVICE_FONT_FORMAT_H
|
||||
|
||||
#include "bdf.h"
|
||||
#include "bdfdrivr.h"
|
||||
|
@ -836,8 +836,8 @@ THE SOFTWARE.
|
|||
|
||||
static const FT_ServiceDescRec bdf_services[] =
|
||||
{
|
||||
{ FT_SERVICE_ID_BDF, &bdf_service_bdf },
|
||||
{ FT_SERVICE_ID_XF86_NAME, FT_XF86_FORMAT_BDF },
|
||||
{ FT_SERVICE_ID_BDF, &bdf_service_bdf },
|
||||
{ FT_SERVICE_ID_FONT_FORMAT, FT_FONT_FORMAT_BDF },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#include "cfferrs.h"
|
||||
#include "cffpic.h"
|
||||
|
||||
#include FT_SERVICE_XFREE86_NAME_H
|
||||
#include FT_SERVICE_FONT_FORMAT_H
|
||||
#include FT_SERVICE_GLYPH_DICT_H
|
||||
#include FT_SERVICE_PROPERTIES_H
|
||||
#include FT_CFF_DRIVER_H
|
||||
|
@ -715,7 +715,7 @@
|
|||
#ifndef FT_CONFIG_OPTION_NO_GLYPH_NAMES
|
||||
FT_DEFINE_SERVICEDESCREC7(
|
||||
cff_services,
|
||||
FT_SERVICE_ID_XF86_NAME, FT_XF86_FORMAT_CFF,
|
||||
FT_SERVICE_ID_FONT_FORMAT, FT_FONT_FORMAT_CFF,
|
||||
FT_SERVICE_ID_POSTSCRIPT_INFO, &CFF_SERVICE_PS_INFO_GET,
|
||||
FT_SERVICE_ID_POSTSCRIPT_FONT_NAME, &CFF_SERVICE_PS_NAME_GET,
|
||||
FT_SERVICE_ID_GLYPH_DICT, &CFF_SERVICE_GLYPH_DICT_GET,
|
||||
|
@ -726,7 +726,7 @@
|
|||
#else
|
||||
FT_DEFINE_SERVICEDESCREC6(
|
||||
cff_services,
|
||||
FT_SERVICE_ID_XF86_NAME, FT_XF86_FORMAT_CFF,
|
||||
FT_SERVICE_ID_FONT_FORMAT, FT_FONT_FORMAT_CFF,
|
||||
FT_SERVICE_ID_POSTSCRIPT_INFO, &CFF_SERVICE_PS_INFO_GET,
|
||||
FT_SERVICE_ID_POSTSCRIPT_FONT_NAME, &CFF_SERVICE_PS_NAME_GET,
|
||||
FT_SERVICE_ID_TT_CMAP, &CFF_SERVICE_GET_CMAP_INFO_GET,
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include "ciderrs.h"
|
||||
|
||||
#include FT_SERVICE_POSTSCRIPT_NAME_H
|
||||
#include FT_SERVICE_XFREE86_NAME_H
|
||||
#include FT_SERVICE_FONT_FORMAT_H
|
||||
#include FT_SERVICE_POSTSCRIPT_INFO_H
|
||||
#include FT_SERVICE_CID_H
|
||||
|
||||
|
@ -168,7 +168,7 @@
|
|||
|
||||
static const FT_ServiceDescRec cid_services[] =
|
||||
{
|
||||
{ FT_SERVICE_ID_XF86_NAME, FT_XF86_FORMAT_CID },
|
||||
{ FT_SERVICE_ID_FONT_FORMAT, FT_FONT_FORMAT_CID },
|
||||
{ FT_SERVICE_ID_POSTSCRIPT_FONT_NAME, &cid_service_ps_name },
|
||||
{ FT_SERVICE_ID_POSTSCRIPT_INFO, &cid_service_ps_info },
|
||||
{ FT_SERVICE_ID_CID, &cid_service_cid_info },
|
||||
|
|
|
@ -48,7 +48,7 @@ THE SOFTWARE.
|
|||
#define FT_COMPONENT trace_pcfread
|
||||
|
||||
#include FT_SERVICE_BDF_H
|
||||
#include FT_SERVICE_XFREE86_NAME_H
|
||||
#include FT_SERVICE_FONT_FORMAT_H
|
||||
|
||||
|
||||
/*************************************************************************/
|
||||
|
@ -669,8 +669,8 @@ THE SOFTWARE.
|
|||
|
||||
static const FT_ServiceDescRec pcf_services[] =
|
||||
{
|
||||
{ FT_SERVICE_ID_BDF, &pcf_service_bdf },
|
||||
{ FT_SERVICE_ID_XF86_NAME, FT_XF86_FORMAT_PCF },
|
||||
{ FT_SERVICE_ID_BDF, &pcf_service_bdf },
|
||||
{ FT_SERVICE_ID_FONT_FORMAT, FT_FONT_FORMAT_PCF },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#include FT_INTERNAL_DEBUG_H
|
||||
#include FT_INTERNAL_STREAM_H
|
||||
#include FT_SERVICE_PFR_H
|
||||
#include FT_SERVICE_XFREE86_NAME_H
|
||||
#include FT_SERVICE_FONT_FORMAT_H
|
||||
#include "pfrdrivr.h"
|
||||
#include "pfrobjs.h"
|
||||
|
||||
|
@ -153,7 +153,7 @@
|
|||
static const FT_ServiceDescRec pfr_services[] =
|
||||
{
|
||||
{ FT_SERVICE_ID_PFR_METRICS, &pfr_metrics_service_rec },
|
||||
{ FT_SERVICE_ID_XF86_NAME, FT_XF86_FORMAT_PFR },
|
||||
{ FT_SERVICE_ID_FONT_FORMAT, FT_FONT_FORMAT_PFR },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#include FT_INTERNAL_DEBUG_H
|
||||
#include FT_INTERNAL_STREAM_H
|
||||
#include FT_INTERNAL_SFNT_H
|
||||
#include FT_SERVICE_XFREE86_NAME_H
|
||||
#include FT_SERVICE_FONT_FORMAT_H
|
||||
|
||||
#ifdef TT_CONFIG_OPTION_GX_VAR_SUPPORT
|
||||
#include FT_MULTIPLE_MASTERS_H
|
||||
|
@ -448,7 +448,7 @@
|
|||
#ifdef TT_CONFIG_OPTION_GX_VAR_SUPPORT
|
||||
FT_DEFINE_SERVICEDESCREC5(
|
||||
tt_services,
|
||||
FT_SERVICE_ID_XF86_NAME, FT_XF86_FORMAT_TRUETYPE,
|
||||
FT_SERVICE_ID_FONT_FORMAT, FT_FONT_FORMAT_TRUETYPE,
|
||||
FT_SERVICE_ID_MULTI_MASTERS, &TT_SERVICE_GX_MULTI_MASTERS_GET,
|
||||
FT_SERVICE_ID_TRUETYPE_ENGINE, &tt_service_truetype_engine,
|
||||
FT_SERVICE_ID_TT_GLYF, &TT_SERVICE_TRUETYPE_GLYF_GET,
|
||||
|
@ -456,7 +456,7 @@
|
|||
#else
|
||||
FT_DEFINE_SERVICEDESCREC4(
|
||||
tt_services,
|
||||
FT_SERVICE_ID_XF86_NAME, FT_XF86_FORMAT_TRUETYPE,
|
||||
FT_SERVICE_ID_FONT_FORMAT, FT_FONT_FORMAT_TRUETYPE,
|
||||
FT_SERVICE_ID_TRUETYPE_ENGINE, &tt_service_truetype_engine,
|
||||
FT_SERVICE_ID_TT_GLYF, &TT_SERVICE_TRUETYPE_GLYF_GET,
|
||||
FT_SERVICE_ID_PROPERTIES, &TT_SERVICE_PROPERTIES_GET )
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
#include FT_SERVICE_MULTIPLE_MASTERS_H
|
||||
#include FT_SERVICE_GLYPH_DICT_H
|
||||
#include FT_SERVICE_XFREE86_NAME_H
|
||||
#include FT_SERVICE_FONT_FORMAT_H
|
||||
#include FT_SERVICE_POSTSCRIPT_NAME_H
|
||||
#include FT_SERVICE_POSTSCRIPT_CMAPS_H
|
||||
#include FT_SERVICE_POSTSCRIPT_INFO_H
|
||||
|
@ -592,7 +592,7 @@
|
|||
{
|
||||
{ FT_SERVICE_ID_POSTSCRIPT_FONT_NAME, &t1_service_ps_name },
|
||||
{ FT_SERVICE_ID_GLYPH_DICT, &t1_service_glyph_dict },
|
||||
{ FT_SERVICE_ID_XF86_NAME, FT_XF86_FORMAT_TYPE_1 },
|
||||
{ FT_SERVICE_ID_FONT_FORMAT, FT_FONT_FORMAT_TYPE_1 },
|
||||
{ FT_SERVICE_ID_POSTSCRIPT_INFO, &t1_service_ps_info },
|
||||
|
||||
#ifndef T1_CONFIG_OPTION_NO_AFM
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
#include "t42error.h"
|
||||
#include FT_INTERNAL_DEBUG_H
|
||||
|
||||
#include FT_SERVICE_XFREE86_NAME_H
|
||||
#include FT_SERVICE_FONT_FORMAT_H
|
||||
#include FT_SERVICE_GLYPH_DICT_H
|
||||
#include FT_SERVICE_POSTSCRIPT_NAME_H
|
||||
#include FT_SERVICE_POSTSCRIPT_INFO_H
|
||||
|
@ -180,7 +180,7 @@
|
|||
{ FT_SERVICE_ID_GLYPH_DICT, &t42_service_glyph_dict },
|
||||
{ FT_SERVICE_ID_POSTSCRIPT_FONT_NAME, &t42_service_ps_font_name },
|
||||
{ FT_SERVICE_ID_POSTSCRIPT_INFO, &t42_service_ps_info },
|
||||
{ FT_SERVICE_ID_XF86_NAME, FT_XF86_FORMAT_TYPE_42 },
|
||||
{ FT_SERVICE_ID_FONT_FORMAT, FT_FONT_FORMAT_TYPE_42 },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include "winfnt.h"
|
||||
#include "fnterrs.h"
|
||||
#include FT_SERVICE_WINFNT_H
|
||||
#include FT_SERVICE_XFREE86_NAME_H
|
||||
#include FT_SERVICE_FONT_FORMAT_H
|
||||
|
||||
/*************************************************************************/
|
||||
/* */
|
||||
|
@ -1108,8 +1108,8 @@
|
|||
|
||||
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_FONT_FORMAT, FT_FONT_FORMAT_WINFNT },
|
||||
{ FT_SERVICE_ID_WINFNT, &winfnt_service_rec },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue