ImGui.DrawList:getFontSize

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.DrawList

Description

Gets the current window ImGui draw list font size. <syntaxhighlight lang="lua"> (number) = ImGui.DrawList:getFontSize() </source>

Return values

Returns (number) the draw list font size

Example

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