Difference between revisions of "Path2D:setFontPath"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
Line 7: Line 7:
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
Path2D:setFontPath(font,character)
 
Path2D:setFontPath(font,character)
</source>
+
</syntaxhighlight>
  
 
=== Parameters ===
 
=== Parameters ===

Latest revision as of 15:32, 13 July 2023

Available since: Gideros 2016.04
Class: Path2D

Description

Sets the path from the outline of a character in a TTFont.

Path2D:setFontPath(font,character)

Parameters

font: (TTFont) Vector font to use
character: (string) character to use from font