Searched refs:unscaled_ascent (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()2010 … const float ascent = ImFloor(unscaled_ascent * font_scale + ((unscaled_ascent > 0.0f) ? +1 : -1)); in ImFontAtlasBuildWithStbTruetype()