X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_afm_data.h;h=f2b9fa33360cecf5104c61b38e186179b5cabe2a;hb=70d51a41b12b440fc2d55faa1958bdc9b4aaeff6;hp=0e0fceac36262f5e112be59a66e739002c3082ab;hpb=a6d79528b4812e8eb3927dba3cdd42e6ca51b287;p=rrdtool.git diff --git a/src/rrd_afm_data.h b/src/rrd_afm_data.h index 0e0fcea..f2b9fa3 100644 --- a/src/rrd_afm_data.h +++ b/src/rrd_afm_data.h @@ -1,5 +1,5 @@ /**************************************************************************** - * RRDtool 1.2.22 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 **************************************************************************** * rrd_afm_data.h Encoded afm (Adobe Font Metrics) for selected fonts. ****************************************************************************/ @@ -153,36 +153,36 @@ Implementation design: and 490 Kb for a set of 276 Adobe fonts. */ -typedef unsigned char afm_uint8; -typedef signed char afm_sint8; +typedef unsigned char afm_uint8; +typedef signed char afm_sint8; typedef unsigned short afm_uint16; -typedef signed short afm_sint16; +typedef signed short afm_sint16; typedef unsigned short afm_unicode; -typedef const afm_uint8 afm_cuint8; -typedef const afm_sint8 afm_csint8; -typedef const afm_uint16 afm_cuint16; -typedef const afm_sint16 afm_csint16; +typedef const afm_uint8 afm_cuint8; +typedef const afm_sint8 afm_csint8; +typedef const afm_uint16 afm_cuint16; +typedef const afm_sint16 afm_csint16; typedef const afm_unicode afm_cunicode; typedef struct afm_fontinfo { - const char *fullname; /* e.g. "Futura Bold Oblique" */ - const char *postscript_name; /* e.g. "Futura-BoldOblique" */ - afm_cuint16 ascender, descender; - afm_cuint8 *widths; - afm_csint16 *kerning_index; - afm_cuint8 *kerning_data; - afm_cuint16 *highchars_index; - afm_cuint16 highchars_count; - afm_cunicode *ligatures; - afm_cuint16 ligatures_count; -} afm_fontinfo; + const char *fullname; /* e.g. "Futura Bold Oblique" */ + const char *postscript_name; /* e.g. "Futura-BoldOblique" */ + afm_cuint16 ascender, descender; + afm_cuint8 *widths; + afm_csint16 *kerning_index; + afm_cuint8 *kerning_data; + afm_cuint16 *highchars_index; + afm_cuint16 highchars_count; + afm_cunicode *ligatures; + afm_cuint16 ligatures_count; +} afm_fontinfo; typedef struct old_afm_fontinfo { - const char *fontname, *fullname; - const unsigned short *charinfo, *intarray; - const unsigned short charinfocount; - const unsigned short fixedpitch; + const char *fontname, *fullname; + const unsigned short *charinfo, *intarray; + const unsigned short charinfocount; + const unsigned short fixedpitch; } old_afm_fontinfo; extern const afm_fontinfo afm_fontinfolist[];