Click or drag to resize

FontMapToCID Method

Map to CID.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public int MapToCID(
	int char_code
)

Parameters

char_code
Type: SystemInt32
the char_code

Return Value

Type: Int32
a CID matching specified Charcode.
Remarks
Relevant only for a Type0 font.
See Also