Jump to content

API Panel.Graphics.SetTextFont: Difference between revisions

From Flowcode Help
Admin (talk | contribs)
XML import of API auto-gen
 
Admin (talk | contribs)
XML import API auto-gen
Line 1: Line 1:
wiki page name
wiki page name
==Panel.GraphicsSetTextFont==
Sets the text font for subsequent text objects


Sets the text font for subsequent text objects
----


===Parameters===
===Parameters===
Line 16: Line 14:


===Examples===
===Examples===
====Calling in a calculation:====
====Calling in a calculation====
* Add to a calculation icon: ::Panel.Graphics.SetTextFont("font")
* Add to a calculation icon: ::Panel.Graphics.SetTextFont("font")

Revision as of 15:34, 10 May 2013

wiki page name Sets the text font for subsequent text objects


Parameters

STRING Font

The name of a font to draw future text in

Return value

This call does not return a value

Detailed description

No additional information

Examples

Calling in a calculation

  • Add to a calculation icon: ::Panel.Graphics.SetTextFont("font")