1 //========================================================================
5 // Copyright 2001-2003 Glyph & Cog, LLC
7 //========================================================================
14 #ifdef USE_GCC_PRAGMAS
21 class BuiltinFontWidths
;
23 //------------------------------------------------------------------------
27 char **defaultBaseEnc
;
31 BuiltinFontWidths
*widths
;
34 //------------------------------------------------------------------------
36 struct BuiltinFontWidth
{
39 BuiltinFontWidth
*next
;
42 class BuiltinFontWidths
{
45 BuiltinFontWidths(BuiltinFontWidth
*widths
, int sizeA
);
47 GBool
getWidth(char *name
, Gushort
*width
);
53 BuiltinFontWidth
**tab
;