[]
        
(Showing Draft Content)

C1.Util.FontSubSet.GetMetrics

GetMetrics Method

GetMetrics(char, char)

Gets the metrics for a character (code, glyph index, width).

Declaration
public GlyphMetrics GetMetrics(char highSurrogate, char lowSurrogate)
Parameters
Type Name Description
char highSurrogate

The high code (Unicode) of surrogate character.

char lowSurrogate

The high code (Unicode) of surrogate character.

Returns
Type Description
GlyphMetrics

The metrics for a character (code, glyph index, width).

GetMetrics(char, bool)

Gets the metrics for a character (code, glyph index, width).

Declaration
public GlyphMetrics GetMetrics(char ch, bool vertical)
Parameters
Type Name Description
char ch

The code (Unicode) of character.

bool vertical

The vertical mapping flag.

Returns
Type Description
GlyphMetrics

The metrics for a character (code, glyph index, width).