mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
imgui_freetype: Documentation, tweaks. (#618)
This commit is contained in:
parent
e9a617b22a
commit
7b005bd7de
4 changed files with 140 additions and 15 deletions
|
|
@ -120,9 +120,7 @@ In this document:
|
|||
|
||||
Dear Imgui uses stb_truetype.h to rasterize fonts (with optional oversampling).
|
||||
This technique and implementation are not ideal for fonts rendered at _small sizes_, which may appear a little blurry.
|
||||
There is an implementation of the ImFontAtlas builder using FreeType that you can use:
|
||||
|
||||
https://github.com/ocornut/imgui_club
|
||||
There is an implementation of the ImFontAtlas builder using FreeType that you can use in the misc/freetype/ folder.
|
||||
|
||||
FreeType supports auto-hinting which tends to improve the readability of small fonts.
|
||||
Note that this code currently creates textures that are unoptimally too large (could be fixed with some work)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue