Discuss this help topic in SecureBlackbox Forum
Specifies the default metrics for vertical writing.
Declaration
[VB.NET]
Property DW2 As Integer()
[Pascal]
property DW2 : IntegerArray;
[C++]
void get_DW2(std::vector<int32_t> &OutResult);
void set_DW2(const std::vector<int32_t> &Value);
[PHP]
array of int32 get_DW2()
void set_DW2(array of int32|NULL $Value)
[Java]
int[] getDW2();
void setDW2(int[] Value);
Description
Use this array of two numbers to get or set the default metrics for vertical writing in the CIDFont.
Discuss this help topic in SecureBlackbox Forum