+1 888 340 6572

Arw GetTextFontName: Difference between revisions

From MultiCharts
No edit summary
No edit summary
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Returns a string expression corresponding to the name of the text font assigned to an arrow object with the specified ID number.  
Returns a string expression corresponding to the name of the text font assigned to an arrow object with the specified ID number.  
   
   
==== Usage ====
== Usage ==
<syntaxhighlight>Arw_GetTextFontName(ObjectID)</syntaxhighlight>  
<syntaxhighlight>Arw_GetTextFontName(ObjectID)</syntaxhighlight>  


Where: ObjectID - a numerical expression specifying the object ID number  
Where:  
 
:'''ObjectID''' - a numerical expression specifying the object ID number.
   
   
==== Notes ====  
== Notes ==
An object-specific ID number is returned by [[Arw_New]]when the arrow object is created.  
* An object-specific ID number is assigned by [[Arw_New]], [[Arw_New_s]], [[Arw_New_self]] or [[Arw_New_self_s]] when the arrow object is created.
* Use [[Arw_GetActive]], [[Arw_GetFirst]] or [[Arw_GetNext]] to get the object-specific ID number of an already created arrow.
   
   
==== Example ====
== Example ==
<syntaxhighlight>Arw_GetTextFontName(3) will return a string expression corresponding to the name of the text font assigned to an arrow  
<syntaxhighlight>Arw_GetTextFontName(3);</syntaxhighlight>
object with the ID number of 3</syntaxhighlight>
Will return a string expression corresponding to the name of the text font assigned to an arrow object with the ID number of 3.
 
 
 


[[Category:ArrowDrawing]]
[[Category:ArrowDrawing]]

Latest revision as of 08:40, 19 February 2012

Returns a string expression corresponding to the name of the text font assigned to an arrow object with the specified ID number.

Usage

Arw_GetTextFontName(ObjectID)

Where:

ObjectID - a numerical expression specifying the object ID number.

Notes

Example

Arw_GetTextFontName(3);

Will return a string expression corresponding to the name of the text font assigned to an arrow object with the ID number of 3.