mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Fonts: added ExtraSizeScale feature (undocumented).
This commit is contained in:
parent
d1de937c31
commit
55ad3b4abd
4 changed files with 9 additions and 2 deletions
|
|
@ -17236,6 +17236,9 @@ void ImGui::DebugNodeFont(ImFont* font)
|
|||
{
|
||||
const ImFontLoader* loader = src->FontLoader ? src->FontLoader : atlas->FontLoader;
|
||||
Text("Loader: '%s'", loader->Name ? loader->Name : "N/A");
|
||||
|
||||
//if (DragFloat("ExtraSizeScale", &src->ExtraSizeScale, 0.01f, 0.10f, 2.0f))
|
||||
// ImFontAtlasFontRebuildOutput(atlas, font);
|
||||
#ifdef IMGUI_ENABLE_FREETYPE
|
||||
if (loader->Name != NULL && strcmp(loader->Name, "FreeType") == 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue