Searched refs:unscaled_descent (Results 1 – 1 of 1) sorted by relevance
2007 int unscaled_ascent, unscaled_descent, unscaled_line_gap; in ImFontAtlasBuildWithStbTruetype() local2008 … stbtt_GetFontVMetrics(&src_tmp.FontInfo, &unscaled_ascent, &unscaled_descent, &unscaled_line_gap); in ImFontAtlasBuildWithStbTruetype()2011 …const float descent = ImFloor(unscaled_descent * font_scale + ((unscaled_descent > 0.0f) ? +1 : -1… in ImFontAtlasBuildWithStbTruetype()