mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Fonts: adding GetFontBaked() in public API.
This commit is contained in:
parent
92ff153763
commit
f3780c7354
3 changed files with 11 additions and 5 deletions
|
|
@ -8419,6 +8419,11 @@ ImFont* ImGui::GetFont()
|
|||
return GImGui->Font;
|
||||
}
|
||||
|
||||
ImFontBaked* ImGui::GetFontBaked()
|
||||
{
|
||||
return GImGui->FontBaked;
|
||||
}
|
||||
|
||||
float ImGui::GetFontSize()
|
||||
{
|
||||
return GImGui->FontSize;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue