Searched refs:PixelSnapH (Results 1 – 2 of 2) sorted by relevance
1366 PixelSnapH = false; in ImFontConfig()1595 font_cfg.PixelSnapH = true; in AddFontDefault()2025 …char_off_x += cfg.PixelSnapH ? (float)(int)((char_advance_x_mod - char_advance_x_org) * 0.5f) : (c… in ImFontAtlasBuildWithStbTruetype()2499 if (ConfigData->PixelSnapH) in AddGlyph()
1921 …bool PixelSnapH; // false // Align every glyph to pixel boundary. Useful… member