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