GetTextFontNumber

Top  Previous  Next

 

GetTextFontNumber (Method)

 

Returns the font number of a text object with a specific handle

 

Syntax:

Function GetTextFontNumber(hTextItem As Integer) As Short

 

The GetTextFontNumber method syntax consists of the following:

Parameter

Data Type

Description

hTextItem

Integer

Is the handle of the object

 

Return value:

Short - Is the font number of the text object

 

Example