Searched refs:char_off_x (Results 1 – 1 of 1) sorted by relevance
2023 float char_off_x = font_off_x; in ImFontAtlasBuildWithStbTruetype() local2025 …char_off_x += cfg.PixelSnapH ? (float)(int)((char_advance_x_mod - char_advance_x_org) * 0.5f) : (c… in ImFontAtlasBuildWithStbTruetype()2031 …dst_font->AddGlyph((ImWchar)codepoint, q.x0 + char_off_x, q.y0 + font_off_y, q.x1 + char_off_x, q.… in ImFontAtlasBuildWithStbTruetype()