GetTextFont Method (IGtol)
Gets the font for this GTol.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetTextFont() As System.String |
Visual Basic (Usage) | |
---|
Dim instance As IGtol
Dim value As System.String
value = instance.GetTextFont() |
C# | |
---|
System.string GetTextFont() |
C++/CLI | |
---|
System.String^ GetTextFont(); |
Return Value
Name of the GTol font
See Also