Discuss this help topic in SecureBlackbox Forum

TElPDFFontDescriptor.StemH

TElPDFFontDescriptor     See also     


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


The thickness, measured vertically, of the dominant horizontal stems of glyphs in the font.

Declaration

[C#]
    int StemH;

[VB.NET]
    Property StemH As Integer

[Pascal]
    property StemH : integer;

[C++]
    int32_t get_StemH();
    void set_StemH(int32_t Value);

[PHP]
    integer get_StemH()
    void set_StemH(integer $Value)

[Java]
    int getStemH();
    void setStemH(int Value);

Description

    Use this property to get or set the thickness, measured vertically, of the dominant horizontal stems of glyphs in the font.

See also:     StemV    

Discuss this help topic in SecureBlackbox Forum