ImageGear .NET - Updated
ImGearVectorFont Class
Members 




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace : ImGearVectorFont Class
Represents the font for the text drawing.
Object Model
ImGearVectorFont ClassImGearVectorVertexCont Class
Syntax
'Declaration
 
Public Class ImGearVectorFont 
   Inherits ImGearVectorObject
'Usage
 
Dim instance As ImGearVectorFont
public class ImGearVectorFont : ImGearVectorObject 
public __gc class ImGearVectorFont : public ImGearVectorObject 
public ref class ImGearVectorFont : public ImGearVectorObject 
Remarks
Vector and TrueType fonts are supported. Every letter (glyph) of a Vector font is defined by vertex container. The application is completely responsible for creating any glyph of the vector font. TrueType font is created from the corresponding system font and is not modified. Font is created with vector data object by such parameters as type face, weight, "is Vector" flag and saved in the internal font container.
Inheritance Hierarchy

System.Object
   ImageGear.Vector.ImGearVectorObject
      ImageGear.Vector.ImGearVectorFont

See Also

Reference

ImGearVectorFont Members
ImageGear.Vector Namespace