Discuss this help topic in SecureBlackbox Forum

TElPDFFontDescriptor.AvgWidth

TElPDFFontDescriptor     See also     


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


The average width of glyphs in the font.

Declaration

[C#]
    int AvgWidth;

[VB.NET]
    Property AvgWidth As Integer

[Pascal]
    property AvgWidth : integer;

[C++]
    int32_t get_AvgWidth();
    void set_AvgWidth(int32_t Value);

[PHP]
    integer get_AvgWidth()
    void set_AvgWidth(integer $Value)

[Java]
    int getAvgWidth();
    void setAvgWidth(int Value);

Description

    Use this property to get or set the average width of glyphs in the font. Default value: 0.

See also:     MaxWidth    

Discuss this help topic in SecureBlackbox Forum