ImGui.Core:showFontSelector

From GiderosMobile
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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