'Declaration Public Function FindFont( _ 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.FindFont(typeface, weight, isVector)
Parameters
- typeface
- Typeface of the font.
- weight
- Font weight.
- isVector
- Flag that tells whether font to look for is Vector or TrueType.
Return Value
Newly created ImGearVectorFont class object or null.