ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorFont Class
Members




In This Topic
    ImGearVectorFont Class
    In This Topic
    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