Package org.verapdf.pd.font
Class CIDWArray
java.lang.Object
org.verapdf.pd.font.CIDWArray
Represents W array in CID fonts.
- Author:
- Sergey Shemyakov
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CIDWArray
Constructor from a COSObject.- Parameters:
w- is W array from CIDFont dictionary.
-
-
Method Details
-
getWidth
Get width of glyph with given cid according to W array.- Parameters:
cid- is cid of glyph in CIDFont.- Returns:
- width as it is specified in W array.
-