Visual Basic
C#
Managed Extensions for C++
C++/CLI
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.If
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.