'Declaration Public Function CreateFont( _ ByVal typeface As String, _ ByVal weight As Integer, _ ByVal isVector As Boolean _ ) As ImGearVectorFont
'Usage Dim instance As ImGearVectorData Dim typeface As String Dim weight As Integer Dim isVector As Boolean Dim value As ImGearVectorFont value = instance.CreateFont(typeface, weight, isVector)
Parameters
- typeface
- Typeface of the font.
- weight
- Font weight.
- isVector
- Flag that tells whether Vector or TrueType font is to be created.
Return Value
New instance of ImGearVectorFont class.