Discuss this help topic in SecureBlackbox Forum

TElPDFCIDFont.DW

TElPDFCIDFont     See also     


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


The default width for glyphs.

Declaration

[C#]
    int DW;

[VB.NET]
    Property DW As Integer

[Pascal]
    property DW : integer;

[C++]
    int32_t get_DW();
    void set_DW(int32_t Value);

[PHP]
    integer get_DW()
    void set_DW(integer $Value)

[Java]
    int getDW();
    void setDW(int Value);

Description

    Use this property to get or set the default glyph width in the CID Font.

See also:     W     DW2    

Discuss this help topic in SecureBlackbox Forum