Lines Matching defs:pFontInfo
168 pcfPutAccel(FontFilePtr file, CARD32 format, FontInfoPtr pFontInfo)
170 pcfPutINT8(file, format, pFontInfo->noOverlap);
171 pcfPutINT8(file, format, pFontInfo->constantMetrics);
172 pcfPutINT8(file, format, pFontInfo->terminalFont);
173 pcfPutINT8(file, format, pFontInfo->constantWidth);
174 pcfPutINT8(file, format, pFontInfo->inkInside);
175 pcfPutINT8(file, format, pFontInfo->inkMetrics);
176 pcfPutINT8(file, format, pFontInfo->drawDirection);
178 pcfPutINT32(file, format, pFontInfo->fontAscent);
179 pcfPutINT32(file, format, pFontInfo->fontDescent);
180 pcfPutINT32(file, format, pFontInfo->maxOverlap);
181 pcfPutMetric(file, format, &pFontInfo->minbounds);
182 pcfPutMetric(file, format, &pFontInfo->maxbounds);
184 pcfPutMetric(file, format, &pFontInfo->ink_minbounds);
185 pcfPutMetric(file, format, &pFontInfo->ink_maxbounds);