Difference between revisions of "ImGui.DrawList:getFont"

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. <source lang="lua"...")
 
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.
 
Gets the current window ImGui draw list font.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(font) = ImGui.DrawList:getFont()
 
(font) = ImGui.DrawList:getFont()
</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