Discuss this help topic in SecureBlackbox Forum

TElPDFMetricW2.AddRange

TElPDFMetricW2     See also     


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


Defines vertical metrics for a range of CIDs.

Declaration

[C#]
    void AddRange(int First, int Last, int Width, int VX, int VY);

[VB.NET]
    Sub AddRange(ByVal First As Integer, ByVal Last As Integer, ByVal Width As Integer, ByVal VX As Integer, ByVal VY As Integer)

[Pascal]
    procedure AddRange(First, Last : integer; Width, VX, VY : integer);

[C++]
    void AddRange(int32_t First, int32_t Last, int32_t Width, int32_t VX, int32_t VY);

[PHP]
    void AddRange(integer $First, integer $Last, integer $Width, integer $VX, integer $VY)

[Java]
    void addRange(int First, int Last, int Width, int VX, int VY);

Parameters

  • First - first CID in the range
  • Last - last CID in the range
  • Width - vertical displacement of the glyph
  • VX - horisontal component of the position vector of the glyph
  • VY - vertical component of the position vector of the glyph

Description

    Use this method to define vertical metrics for a range of CIDs.

See also:     Add    

Discuss this help topic in SecureBlackbox Forum