Click or drag to resize

FontGetType3GlyphStream Method

Gets the type3 glyph stream.

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

Parameters

char_code
Type: SystemInt32
the char_code

Return Value

Type: Obj
a SDF/Cos glyph stream for the given char_code. If specified char_code is not found in CharPorcs dictionary the function returns NULL.
Remarks
Relevant only for a Type3 font.
See Also