Searched refs:FontInfo (Results 1 – 1 of 1) sorted by relevance
49 XFontStruct *FontInfo; in PetscDrawXiLoadFont() local58 FontInfo = XQueryFont(XBWin->disp, font->fnt); in PetscDrawXiLoadFont()59 font->font_descent = FontInfo->descent; in PetscDrawXiLoadFont()60 font->font_w = FontInfo->max_bounds.rbearing - FontInfo->min_bounds.lbearing; in PetscDrawXiLoadFont()61 font->font_h = FontInfo->max_bounds.ascent + FontInfo->max_bounds.descent; in PetscDrawXiLoadFont()63 XFreeFontInfo(NULL, FontInfo, 1); in PetscDrawXiLoadFont()