ocornut
|
aaf157cfdd
Commented out ImGuiFreeType::BuildFontAtlas() obsoleted in 1.81. Commented out legacy ImGuiColumnsFlags_XXX symbols redirecting to ImGuiOldColumnsFlags_XXX, obsoleted in 1.80.
|
1 year ago |
ocornut
|
33e13c85e1
Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601)
|
2 years ago |
Michael Martz
|
506f7e0074
Using nullptr in locations where warning disable is not convenient. (#6313, #4537)
|
2 years ago |
TAiGA
|
f5bc5e8630
Freetype: Enable FreeType bitmap glyphs. (#3879)
|
4 years ago |
ocornut
|
24be26e00e
imgui_freetype: Add support for colored glyphs. Font: add support for untinted glyphs (#3369)
|
4 years ago |
Petr Shurgalin
|
24aa6654df
imgui_freetype: add support for colored glyphs with ImGuiFreeTypeBuilderFlags_LoadColor (#3369)
|
4 years ago |
ocornut
|
9499afdf5e
imgui_freetype: clarify breaking changes, and add BuildFontAtlas() to be consistent with planned obsolescence. Rename mislabelled internal helper. Demo: clarify labels in nested table demo. (#3765)
|
4 years ago |
ocornut
|
3867c6c5f0
Fonts: (Breaking) Rename ImGuiFreeType:: flags to ImGuiFreeTypeBuilderFlags_XXX. Remove ImGuiFreeType::BuildFontAtlas() flags. Rename ImFontConfig::RasterizerFlags to FontBuilderFlags. Add ImFontBuilderIO (opaque). Amend 53d59f3 with a dozen of small fixes.
|
4 years ago |
omar
|
832fda8488
Fixed stray end of line blanks, added comments in .editorconfig, tweaked some headers.
|
5 years ago |
HolyBlackCat
|
87c5356d97
FreeType: Added RasterizerFlags::Monochrome flag to disable font anti-aliasing. (#2545) Combine with RasterizerFlags::MonoHinting for best results.
|
6 years ago |
omar
|
c8fd4afd75
Misc: Added IM_MALLOC/IM_FREE macros mimicking IM_NEW/IM_DELETE so user doesn't need to revert to using the ImGui::MemAlloc()/MemFree() calls directly.
|
6 years ago |
omar
|
2c38b32db1
Removed trailing spaces (#2038, #2299)
|
6 years ago |
omar
|
09f1cb642b
FreeType: Minor tweaks previous commit (#2285)
|
6 years ago |
alexey_skryabin
|
daac9c7559
By default ImGuiFreeType will use ImGui::MemAlloc()/MemFree().
|
6 years ago |
omar
|
56caf7da29
imgui_freetype: Minor tweaks and comments.
|
6 years ago |
omar
|
7b005bd7de
imgui_freetype: Documentation, tweaks. (#618)
|
7 years ago |
omar
|
e9a617b22a
Moved imgui_freetype from imgui_club (#618)
|
7 years ago |