Lines Matching defs:pFontInfo
155 pcfPutAccel(FontFilePtr file, CARD32 format, FontInfoPtr pFontInfo)
157 pcfPutINT8(file, format, pFontInfo->noOverlap);
158 pcfPutINT8(file, format, pFontInfo->constantMetrics);
159 pcfPutINT8(file, format, pFontInfo->terminalFont);
160 pcfPutINT8(file, format, pFontInfo->constantWidth);
161 pcfPutINT8(file, format, pFontInfo->inkInside);
162 pcfPutINT8(file, format, pFontInfo->inkMetrics);
163 pcfPutINT8(file, format, pFontInfo->drawDirection);
165 pcfPutINT32(file, format, pFontInfo->fontAscent);
166 pcfPutINT32(file, format, pFontInfo->fontDescent);
167 pcfPutINT32(file, format, pFontInfo->maxOverlap);
168 pcfPutMetric(file, format, &pFontInfo->minbounds);
169 pcfPutMetric(file, format, &pFontInfo->maxbounds);
171 pcfPutMetric(file, format, &pFontInfo->ink_minbounds);
172 pcfPutMetric(file, format, &pFontInfo->ink_maxbounds);