Docs: Fix some typos (#8505)

This commit is contained in:
tanksdude
2025-03-21 16:23:09 +01:00
committed by GitHub
parent 102f3f3a0d
commit f5003aff69
11 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ struct ImFontBuilderIO;
// - When disabled, FreeType generates blurrier glyphs, more or less matches the stb_truetype.h
// - The Default hinting mode usually looks good, but may distort glyphs in an unusual way.
// - The Light hinting mode generates fuzzier glyphs but better matches Microsoft's rasterizer.
// You can set those flags globaly in ImFontAtlas::FontBuilderFlags
// You can set those flags globally in ImFontAtlas::FontBuilderFlags
// You can set those flags on a per font basis in ImFontConfig::FontBuilderFlags
enum ImGuiFreeTypeBuilderFlags
{