imgui_set_font
Set the global default font in Dear ImGui by referencing a loaded font ID, or restore the embedded default font by passing 'default'.
Instructions
Set the global default font by loaded ID. Use 'default' to restore Dear ImGui's embedded font.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Loaded font ID or 'default' |