Discuss this help topic in SecureBlackbox Forum

TElPDFFontDescriptor.FontWeight

TElPDFFontDescriptor     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


The weight (thickness) of the font.

Declaration

[C#]
    int FontWeight;

[VB.NET]
    Property FontWeight As Integer

[Pascal]
    property FontWeight : integer;

[C++]
    int32_t get_FontWeight();
    void set_FontWeight(int32_t Value);

[PHP]
    integer get_FontWeight()
    void set_FontWeight(integer $Value)

[Java]
    int getFontWeight();
    void setFontWeight(int Value);

Description

    Use this property to specify the thickness of the font. Possible values are: 100, 200, 300, 400, 500, 600, 700, 800, 900. For each following number the weight is at least as dark, as for its predecessor.

See also:     FontStretch     ItalicAngle    

Discuss this help topic in SecureBlackbox Forum