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