diff --git a/imgui.h b/imgui.h index 57660db50..f7b1babb8 100644 --- a/imgui.h +++ b/imgui.h @@ -1242,7 +1242,7 @@ struct ImFont // Members: Settings float FontSize; // // Height of characters, set during loading (don't change after loading) float Scale; // = 1.0f // Base font scale, multiplied by the per-window font scale which you can adjust with SetFontScale() - ImVec2 DisplayOffset; // = (0.0f,0.0f) // Offset font rendering by xx pixels + ImVec2 DisplayOffset; // = (0.0f,1.0f) // Offset font rendering by xx pixels ImWchar FallbackChar; // = '?' // Replacement glyph if one isn't found. Only set via SetFallbackChar() ImFontConfig* ConfigData; // // Pointer within ImFontAtlas->ConfigData int ConfigDataCount; //