Difference between revisions of "ImGui.DrawList:getFontSize"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui.DrawList<br/> === Description === Gets the current window ImGui draw list font size. <source lang=...")
 
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
=== Description ===
 
=== Description ===
 
Gets the current window ImGui draw list font size.
 
Gets the current window ImGui draw list font size.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(number) = ImGui.DrawList:getFontSize()
 
(number) = ImGui.DrawList:getFontSize()
</source>
+
</syntaxhighlight>
  
 
=== Return values ===
 
=== Return values ===
Line 13: Line 13:
  
 
=== Example ===
 
=== Example ===
<source lang="lua">
+
<syntaxhighlight lang="lua">
</source>
+
</syntaxhighlight>
  
 
{{ImGui.DrawList}}
 
{{ImGui.DrawList}}

Latest revision as of 15:29, 13 July 2023