Searched refs:xHeight (Results 1 – 9 of 9) sorted by relevance
286 return data.xHeight; in getXHeight()459 public float xHeight = 1; field in BitmapFont.BitmapFontData639 xHeight = xGlyph.height - padY; in load()872 xHeight *= y; in setScale()
469 FT_UShort xHeight; member
333 data.xHeight = FreeType.toInt(face.getGlyph().getMetrics().getHeight()); in generateData()336 if (data.xHeight == 0) throw new GdxRuntimeException("No x-height character found in font"); in generateData()
518 metrics->fXHeight = fTextSizeRender * SkIntToScalar(dwfm.xHeight) / upem; in generateFontMetrics()
1256 FT_FRAME_USHORT( xHeight ), in tt_face_load_pclt()
1247 FT_FRAME_USHORT( xHeight ), in tt_face_load_pclt()