ImageGear for .NET
CreateFont Method
See Also  Send Feedback
ImageGear21.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorData Class : CreateFont Method




typeface
Typeface of the font.
weight
Font weight.
isVector
Flag that tells whether Vector or TrueType font is to be created.

Glossary Item Box

Creates a font by typeface and weight.

Syntax

 
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.

Remarks

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.

See Also

©2013. Accusoft Corporation. All Rights Reserved.