Lines Matching refs:font
34 #define FONTCHARSET(font) (font)
35 #define FONTMAXBOUNDS(font,field) (font)->info.maxbounds.field
36 #define FONTMINBOUNDS(font,field) (font)->info.minbounds.field
37 #define TERMINALFONT(font) (font)->info.terminalFont
38 #define FONTASCENT(font) (font)->info.fontAscent
39 #define FONTDESCENT(font) (font)->info.fontDescent
40 #define FONTGLYPHS(font) 0
41 #define FONTCONSTMETRICS(font) (font)->info.constantMetrics
42 #define FONTCONSTWIDTH(font) (font)->info.constantWidth
43 #define FONTALLEXIST(font) (font)->info.allExist
44 #define FONTFIRSTCOL(font) (font)->info.firstCol
45 #define FONTLASTCOL(font) (font)->info.lastCol
46 #define FONTFIRSTROW(font) (font)->info.firstRow
47 #define FONTLASTROW(font) (font)->info.lastRow
48 #define FONTDEFAULTCH(font) (font)->info.defaultCh
49 #define FONTINKMIN(font) (&((font)->info.ink_minbounds))
50 #define FONTINKMAX(font) (&((font)->info.ink_maxbounds))
51 #define FONTPROPS(font) (font)->info.props
53 #define FONTINFONPROPS(font) (font)->info.nprops
57 #define FONTREFCNT(font) (font)->refcnt