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




In This Topic
    Weight Property
    In This Topic
    Gets a TrueType font weight.
    Syntax
    'Declaration
     
    Public ReadOnly Property Weight As Integer
    'Usage
     
    Dim instance As ImGearVectorFont
    Dim value As Integer
     
    value = instance.Weight
    public int Weight {get;}
    public: __property int get_Weight();
    public:
    property int Weight {
       int get();
    }

    Property Value

    Integer value of font weight.
    Remarks
    Weight has the same meaning as the corresponding Windows font parameter: 300 means light, 400 - normal, 700 - bold and so on.
    See Also