ImageGear .NET v24.12 - Updated
Weight Property




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorFont Class : Weight Property
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

Reference

ImGearVectorFont Class
ImGearVectorFont Members