ImageGear21.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorData Class : CreateFont Method |
'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)
isVector
is true then an empty vector font is created. The user is responsible for creating every glyph of such font. Otherwise, a complete TrueType font is created.