| /******************************************************************************* | 
 |  * | 
 |  *	Font metric data for ITC Bookman Demi Italic | 
 |  * | 
 |  *	Copyright 2001 Ian Pilcher | 
 |  * | 
 |  * | 
 |  *	See dlls/wineps/data/COPYRIGHTS for font copyright information. | 
 |  * | 
 |  */ | 
 |  | 
 | #include "psdrv.h" | 
 | #include "data/agl.h" | 
 |  | 
 |  | 
 | /* | 
 |  *  Glyph metrics | 
 |  */ | 
 |  | 
 | static const AFMMETRICS metrics[228] = | 
 | { | 
 |     {  32, 0x0020,  340, GN_space }, | 
 |     {  33, 0x0021,  320, GN_exclam }, | 
 |     {  34, 0x0022,  380, GN_quotedbl }, | 
 |     {  35, 0x0023,  680, GN_numbersign }, | 
 |     {  36, 0x0024,  680, GN_dollar }, | 
 |     {  37, 0x0025,  880, GN_percent }, | 
 |     {  38, 0x0026,  980, GN_ampersand }, | 
 |     { 169, 0x0027,  180, GN_quotesingle }, | 
 |     {  40, 0x0028,  260, GN_parenleft }, | 
 |     {  41, 0x0029,  260, GN_parenright }, | 
 |     {  42, 0x002a,  460, GN_asterisk }, | 
 |     {  43, 0x002b,  600, GN_plus }, | 
 |     {  44, 0x002c,  340, GN_comma }, | 
 |     {  45, 0x002d,  280, GN_hyphen }, | 
 |     {  46, 0x002e,  340, GN_period }, | 
 |     {  47, 0x002f,  360, GN_slash }, | 
 |     {  48, 0x0030,  680, GN_zero }, | 
 |     {  49, 0x0031,  680, GN_one }, | 
 |     {  50, 0x0032,  680, GN_two }, | 
 |     {  51, 0x0033,  680, GN_three }, | 
 |     {  52, 0x0034,  680, GN_four }, | 
 |     {  53, 0x0035,  680, GN_five }, | 
 |     {  54, 0x0036,  680, GN_six }, | 
 |     {  55, 0x0037,  680, GN_seven }, | 
 |     {  56, 0x0038,  680, GN_eight }, | 
 |     {  57, 0x0039,  680, GN_nine }, | 
 |     {  58, 0x003a,  340, GN_colon }, | 
 |     {  59, 0x003b,  340, GN_semicolon }, | 
 |     {  60, 0x003c,  620, GN_less }, | 
 |     {  61, 0x003d,  600, GN_equal }, | 
 |     {  62, 0x003e,  620, GN_greater }, | 
 |     {  63, 0x003f,  620, GN_question }, | 
 |     {  64, 0x0040,  780, GN_at }, | 
 |     {  65, 0x0041,  720, GN_A }, | 
 |     {  66, 0x0042,  720, GN_B }, | 
 |     {  67, 0x0043,  700, GN_C }, | 
 |     {  68, 0x0044,  760, GN_D }, | 
 |     {  69, 0x0045,  720, GN_E }, | 
 |     {  70, 0x0046,  660, GN_F }, | 
 |     {  71, 0x0047,  760, GN_G }, | 
 |     {  72, 0x0048,  800, GN_H }, | 
 |     {  73, 0x0049,  380, GN_I }, | 
 |     {  74, 0x004a,  620, GN_J }, | 
 |     {  75, 0x004b,  780, GN_K }, | 
 |     {  76, 0x004c,  640, GN_L }, | 
 |     {  77, 0x004d,  860, GN_M }, | 
 |     {  78, 0x004e,  740, GN_N }, | 
 |     {  79, 0x004f,  760, GN_O }, | 
 |     {  80, 0x0050,  640, GN_P }, | 
 |     {  81, 0x0051,  760, GN_Q }, | 
 |     {  82, 0x0052,  740, GN_R }, | 
 |     {  83, 0x0053,  700, GN_S }, | 
 |     {  84, 0x0054,  700, GN_T }, | 
 |     {  85, 0x0055,  740, GN_U }, | 
 |     {  86, 0x0056,  660, GN_V }, | 
 |     {  87, 0x0057, 1000, GN_W }, | 
 |     {  88, 0x0058,  740, GN_X }, | 
 |     {  89, 0x0059,  660, GN_Y }, | 
 |     {  90, 0x005a,  680, GN_Z }, | 
 |     {  91, 0x005b,  260, GN_bracketleft }, | 
 |     {  92, 0x005c,  580, GN_backslash }, | 
 |     {  93, 0x005d,  260, GN_bracketright }, | 
 |     {  94, 0x005e,  620, GN_asciicircum }, | 
 |     {  95, 0x005f,  500, GN_underscore }, | 
 |     { 193, 0x0060,  380, GN_grave }, | 
 |     {  97, 0x0061,  680, GN_a }, | 
 |     {  98, 0x0062,  600, GN_b }, | 
 |     {  99, 0x0063,  560, GN_c }, | 
 |     { 100, 0x0064,  680, GN_d }, | 
 |     { 101, 0x0065,  560, GN_e }, | 
 |     { 102, 0x0066,  420, GN_f }, | 
 |     { 103, 0x0067,  620, GN_g }, | 
 |     { 104, 0x0068,  700, GN_h }, | 
 |     { 105, 0x0069,  380, GN_i }, | 
 |     { 106, 0x006a,  320, GN_j }, | 
 |     { 107, 0x006b,  700, GN_k }, | 
 |     { 108, 0x006c,  380, GN_l }, | 
 |     { 109, 0x006d,  960, GN_m }, | 
 |     { 110, 0x006e,  680, GN_n }, | 
 |     { 111, 0x006f,  600, GN_o }, | 
 |     { 112, 0x0070,  660, GN_p }, | 
 |     { 113, 0x0071,  620, GN_q }, | 
 |     { 114, 0x0072,  500, GN_r }, | 
 |     { 115, 0x0073,  540, GN_s }, | 
 |     { 116, 0x0074,  440, GN_t }, | 
 |     { 117, 0x0075,  680, GN_u }, | 
 |     { 118, 0x0076,  540, GN_v }, | 
 |     { 119, 0x0077,  860, GN_w }, | 
 |     { 120, 0x0078,  620, GN_x }, | 
 |     { 121, 0x0079,  600, GN_y }, | 
 |     { 122, 0x007a,  560, GN_z }, | 
 |     { 123, 0x007b,  300, GN_braceleft }, | 
 |     { 124, 0x007c,  620, GN_bar }, | 
 |     { 125, 0x007d,  300, GN_braceright }, | 
 |     { 126, 0x007e,  620, GN_asciitilde }, | 
 |     { 161, 0x00a1,  320, GN_exclamdown }, | 
 |     { 162, 0x00a2,  680, GN_cent }, | 
 |     { 163, 0x00a3,  680, GN_sterling }, | 
 |     { 168, 0x00a4,  680, GN_currency }, | 
 |     { 165, 0x00a5,  680, GN_yen }, | 
 |     {  -1, 0x00a6,  620, GN_brokenbar }, | 
 |     { 167, 0x00a7,  620, GN_section }, | 
 |     { 200, 0x00a8,  520, GN_dieresis }, | 
 |     {  -1, 0x00a9,  780, GN_copyright }, | 
 |     { 227, 0x00aa,  440, GN_ordfeminine }, | 
 |     { 171, 0x00ab,  380, GN_guillemotleft }, | 
 |     {  -1, 0x00ac,  620, GN_logicalnot }, | 
 |     {  -1, 0x00ae,  780, GN_registered }, | 
 |     {  -1, 0x00b0,  400, GN_degree }, | 
 |     {  -1, 0x00b1,  600, GN_plusminus }, | 
 |     {  -1, 0x00b2,  408, GN_twosuperior }, | 
 |     {  -1, 0x00b3,  408, GN_threesuperior }, | 
 |     { 194, 0x00b4,  340, GN_acute }, | 
 |     { 182, 0x00b6,  680, GN_paragraph }, | 
 |     { 180, 0x00b7,  340, GN_periodcentered }, | 
 |     { 203, 0x00b8,  360, GN_cedilla }, | 
 |     {  -1, 0x00b9,  408, GN_onesuperior }, | 
 |     { 235, 0x00ba,  440, GN_ordmasculine }, | 
 |     { 187, 0x00bb,  380, GN_guillemotright }, | 
 |     {  -1, 0x00bc, 1020, GN_onequarter }, | 
 |     {  -1, 0x00bd, 1020, GN_onehalf }, | 
 |     {  -1, 0x00be, 1020, GN_threequarters }, | 
 |     { 191, 0x00bf,  620, GN_questiondown }, | 
 |     {  -1, 0x00c0,  720, GN_Agrave }, | 
 |     {  -1, 0x00c1,  720, GN_Aacute }, | 
 |     {  -1, 0x00c2,  720, GN_Acircumflex }, | 
 |     {  -1, 0x00c3,  720, GN_Atilde }, | 
 |     {  -1, 0x00c4,  720, GN_Adieresis }, | 
 |     {  -1, 0x00c5,  720, GN_Aring }, | 
 |     { 225, 0x00c6, 1140, GN_AE }, | 
 |     {  -1, 0x00c7,  700, GN_Ccedilla }, | 
 |     {  -1, 0x00c8,  720, GN_Egrave }, | 
 |     {  -1, 0x00c9,  720, GN_Eacute }, | 
 |     {  -1, 0x00ca,  720, GN_Ecircumflex }, | 
 |     {  -1, 0x00cb,  720, GN_Edieresis }, | 
 |     {  -1, 0x00cc,  380, GN_Igrave }, | 
 |     {  -1, 0x00cd,  380, GN_Iacute }, | 
 |     {  -1, 0x00ce,  380, GN_Icircumflex }, | 
 |     {  -1, 0x00cf,  380, GN_Idieresis }, | 
 |     {  -1, 0x00d0,  760, GN_Eth }, | 
 |     {  -1, 0x00d1,  740, GN_Ntilde }, | 
 |     {  -1, 0x00d2,  760, GN_Ograve }, | 
 |     {  -1, 0x00d3,  760, GN_Oacute }, | 
 |     {  -1, 0x00d4,  760, GN_Ocircumflex }, | 
 |     {  -1, 0x00d5,  760, GN_Otilde }, | 
 |     {  -1, 0x00d6,  760, GN_Odieresis }, | 
 |     {  -1, 0x00d7,  600, GN_multiply }, | 
 |     { 233, 0x00d8,  760, GN_Oslash }, | 
 |     {  -1, 0x00d9,  740, GN_Ugrave }, | 
 |     {  -1, 0x00da,  740, GN_Uacute }, | 
 |     {  -1, 0x00db,  740, GN_Ucircumflex }, | 
 |     {  -1, 0x00dc,  740, GN_Udieresis }, | 
 |     {  -1, 0x00dd,  660, GN_Yacute }, | 
 |     {  -1, 0x00de,  640, GN_Thorn }, | 
 |     { 251, 0x00df,  660, GN_germandbls }, | 
 |     {  -1, 0x00e0,  680, GN_agrave }, | 
 |     {  -1, 0x00e1,  680, GN_aacute }, | 
 |     {  -1, 0x00e2,  680, GN_acircumflex }, | 
 |     {  -1, 0x00e3,  680, GN_atilde }, | 
 |     {  -1, 0x00e4,  680, GN_adieresis }, | 
 |     {  -1, 0x00e5,  680, GN_aring }, | 
 |     { 241, 0x00e6,  880, GN_ae }, | 
 |     {  -1, 0x00e7,  560, GN_ccedilla }, | 
 |     {  -1, 0x00e8,  560, GN_egrave }, | 
 |     {  -1, 0x00e9,  560, GN_eacute }, | 
 |     {  -1, 0x00ea,  560, GN_ecircumflex }, | 
 |     {  -1, 0x00eb,  560, GN_edieresis }, | 
 |     {  -1, 0x00ec,  380, GN_igrave }, | 
 |     {  -1, 0x00ed,  380, GN_iacute }, | 
 |     {  -1, 0x00ee,  380, GN_icircumflex }, | 
 |     {  -1, 0x00ef,  380, GN_idieresis }, | 
 |     {  -1, 0x00f0,  600, GN_eth }, | 
 |     {  -1, 0x00f1,  680, GN_ntilde }, | 
 |     {  -1, 0x00f2,  600, GN_ograve }, | 
 |     {  -1, 0x00f3,  600, GN_oacute }, | 
 |     {  -1, 0x00f4,  600, GN_ocircumflex }, | 
 |     {  -1, 0x00f5,  600, GN_otilde }, | 
 |     {  -1, 0x00f6,  600, GN_odieresis }, | 
 |     {  -1, 0x00f7,  600, GN_divide }, | 
 |     { 249, 0x00f8,  600, GN_oslash }, | 
 |     {  -1, 0x00f9,  680, GN_ugrave }, | 
 |     {  -1, 0x00fa,  680, GN_uacute }, | 
 |     {  -1, 0x00fb,  680, GN_ucircumflex }, | 
 |     {  -1, 0x00fc,  680, GN_udieresis }, | 
 |     {  -1, 0x00fd,  600, GN_yacute }, | 
 |     {  -1, 0x00fe,  660, GN_thorn }, | 
 |     {  -1, 0x00ff,  600, GN_ydieresis }, | 
 |     { 245, 0x0131,  380, GN_dotlessi }, | 
 |     { 232, 0x0141,  640, GN_Lslash }, | 
 |     { 248, 0x0142,  380, GN_lslash }, | 
 |     { 234, 0x0152, 1180, GN_OE }, | 
 |     { 250, 0x0153,  920, GN_oe }, | 
 |     {  -1, 0x0160,  700, GN_Scaron }, | 
 |     {  -1, 0x0161,  540, GN_scaron }, | 
 |     {  -1, 0x0178,  660, GN_Ydieresis }, | 
 |     {  -1, 0x017d,  680, GN_Zcaron }, | 
 |     {  -1, 0x017e,  560, GN_zcaron }, | 
 |     { 166, 0x0192,  680, GN_florin }, | 
 |     { 195, 0x02c6,  480, GN_circumflex }, | 
 |     { 207, 0x02c7,  480, GN_caron }, | 
 |     { 197, 0x02c9,  480, GN_macron }, | 
 |     { 198, 0x02d8,  460, GN_breve }, | 
 |     { 199, 0x02d9,  380, GN_dotaccent }, | 
 |     { 202, 0x02da,  360, GN_ring }, | 
 |     { 206, 0x02db,  320, GN_ogonek }, | 
 |     { 196, 0x02dc,  480, GN_tilde }, | 
 |     { 205, 0x02dd,  560, GN_hungarumlaut }, | 
 |     {  -1, 0x03bc,  680, GN_mu }, | 
 |     { 177, 0x2013,  500, GN_endash }, | 
 |     { 208, 0x2014, 1000, GN_emdash }, | 
 |     {  96, 0x2018,  320, GN_quoteleft }, | 
 |     {  39, 0x2019,  320, GN_quoteright }, | 
 |     { 184, 0x201a,  300, GN_quotesinglbase }, | 
 |     { 170, 0x201c,  520, GN_quotedblleft }, | 
 |     { 186, 0x201d,  520, GN_quotedblright }, | 
 |     { 185, 0x201e,  520, GN_quotedblbase }, | 
 |     { 178, 0x2020,  420, GN_dagger }, | 
 |     { 179, 0x2021,  420, GN_daggerdbl }, | 
 |     { 183, 0x2022,  360, GN_bullet }, | 
 |     { 188, 0x2026, 1000, GN_ellipsis }, | 
 |     { 189, 0x2030, 1360, GN_perthousand }, | 
 |     { 172, 0x2039,  220, GN_guilsinglleft }, | 
 |     { 173, 0x203a,  220, GN_guilsinglright }, | 
 |     {  -1, 0x2122,  940, GN_trademark }, | 
 |     {  -1, 0x2212,  600, GN_minus }, | 
 |     { 164, 0x2215,  120, GN_fraction }, | 
 |     { 174, 0xfb01,  820, GN_fi }, | 
 |     { 175, 0xfb02,  820, GN_fl } | 
 | }; | 
 |  | 
 |  | 
 | /* | 
 |  *  Font metrics | 
 |  */ | 
 |  | 
 | const AFM PSDRV_Bookman_DemiItalic = | 
 | { | 
 |     "Bookman-DemiItalic",		    /* FontName */ | 
 |     "ITC Bookman Demi Italic",		    /* FullName */ | 
 |     "ITC Bookman",			    /* FamilyName */ | 
 |     "AdobeStandardEncoding",		    /* EncodingScheme */ | 
 |     FW_BOLD,				    /* Weight */ | 
 |     -10,				    /* ItalicAngle */ | 
 |     FALSE,				    /* IsFixedPitch */ | 
 |     -100,				    /* UnderlinePosition */ | 
 |     50,					    /* UnderlineThickness */ | 
 |     { -231, -250, 1333, 941 },		    /* FontBBox */ | 
 |     732,				    /* Ascender */ | 
 |     -213,				    /* Descender */ | 
 |     { | 
 | 	1000,				    /* WinMetrics.usUnitsPerEm */ | 
 | 	942,				    /* WinMetrics.sAscender */ | 
 | 	-232,				    /* WinMetrics.sDescender */ | 
 | 	0,				    /* WinMetrics.sLineGap */ | 
 | 	538,				    /* WinMetrics.sAvgCharWidth */ | 
 | 	716,				    /* WinMetrics.sTypoAscender */ | 
 | 	-223,				    /* WinMetrics.sTypoDescender */ | 
 | 	130,				    /* WinMetrics.sTypoLineGap */ | 
 | 	942,				    /* WinMetrics.usWinAscent */ | 
 | 	231				    /* WinMetrics.usWinDescent */ | 
 |     }, | 
 |     228,				    /* NumofMetrics */ | 
 |     metrics				    /* Metrics */ | 
 | }; |