ImGui.Core:showFontSelector

From GiderosMobile
Revision as of 15:28, 13 July 2023 by Hgy29 (talk | contribs) (Text replacement - "<source" to "<syntaxhighlight")

Available since: Gideros 2020.9
Class: ImGui

Description

Adds a style selector block (not a window), essentially a combo listing the default styles. <syntaxhighlight lang="lua"> ImGui:showFontSelector(fontselector) </source>

fontselector can be any of the following:

  • ImGui.***

Parameters

fontselector: (string) any of the above selector

Example

<syntaxhighlight lang="lua"> </source>