FontApi.GetGlyphMetricsApiByCode Method

PDF File Writer

FontApiGetGlyphMetricsApiByCode Method

Gets glyph metric

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public CharInfo GetGlyphMetricsApiByCode(
	int CharCode
)

Parameters

CharCode
Type: SystemInt32
Character code

Return Value

Type: CharInfo
Character info class
See Also