diff --git a/misc/freetype/README.md b/misc/freetype/README.md index 4038dbcd..ba633f69 100644 --- a/misc/freetype/README.md +++ b/misc/freetype/README.md @@ -12,7 +12,7 @@ By [Vuhdo](https://github.com/Vuhdo) (Aleksei Skriabin). Improvements by @mikesa ```cpp // See ImGuiFreeType::RasterizationFlags -unsigned int flags = ImGuiFreeType::DisableHinting; +unsigned int flags = ImGuiFreeType::NoHinting; ImGuiFreeType::BuildFontAtlas(io.Fonts, flags); io.Fonts->GetTexDataAsRGBA32(&pixels, &width, &height); ```