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
)
Public Function GetType3GlyphStream (
char_code As Integer
) As Obj
public:
virtual Obj^ GetType3GlyphStream(
[InAttribute] int char_code
) sealed
function GetType3GlyphStream(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