ImageGear PDF v25.2 - Updated
GetFontIndex Method




ImageGear.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorData Class : GetFontIndex Method
Font object the index is looked for.
Returns an index of the specified font in the internal font container.
Syntax
'Declaration
 
Public Function GetFontIndex( _
   ByVal font As ImGearVectorFont _
) As Integer
'Usage
 
Dim instance As ImGearVectorData
Dim font As ImGearVectorFont
Dim value As Integer
 
value = instance.GetFontIndex(font)
public int GetFontIndex( 
   ImGearVectorFont font
)
public: int GetFontIndex( 
   ImGearVectorFont* font
) 
public:
int GetFontIndex( 
   ImGearVectorFont^ font
) 

Parameters

font
Font object the index is looked for.

Return Value

Integer value.
See Also

Reference

ImGearVectorData Class
ImGearVectorData Members
ImGearVectorFont Class

Is this page helpful?
Yes No
Thanks for your feedback.