ImGui.Core:showFontSelector

From GiderosMobile
Revision as of 04:03, 23 March 2021 by MoKaLux (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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)

font can be any of the following:

  • ImGui.***

Parameters

fontselector: (string) any of the above selector

Example