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




In This Topic
    GlyphCount Property
    In This Topic
    Gets or sets a number of glyphs in the vector font.
    Syntax
    'Declaration
     
    Public Property GlyphCount As Integer
    'Usage
     
    Dim instance As ImGearVectorFont
    Dim value As Integer
     
    instance.GlyphCount = value
     
    value = instance.GlyphCount
    public int GlyphCount {get; set;}
    public: __property int get_GlyphCount();
    public: __property void set_GlyphCount( 
       int value
    );
    public:
    property int GlyphCount {
       int get();
       void set (    int value);
    }

    Property Value

    Non-negative integer value.
    Remarks
    The property does nothing for TrueType fonts.
    See Also