Difference between revisions of "ImGui.Core:showFontSelector"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Adds a style selector block (not a window), essentially a combo listing t...")
 
Line 9: Line 9:
 
</source>
 
</source>
  
''font'' can be any of the following:
+
''fontselector'' can be any of the following:
 
*ImGui.***
 
*ImGui.***
  

Revision as of 04:06, 23 March 2021

Available since: Gideros 2020.9
Class: ImGui

Description

Adds a style selector block (not a window), essentially a combo listing the default styles.

ImGui:showFontSelector(fontselector)

fontselector can be any of the following:

  • ImGui.***

Parameters

fontselector: (string) any of the above selector

Example