[]
Gets the metrics for a character (code, glyph index, width).
public GlyphMetrics GetMetrics(char highSurrogate, char lowSurrogate)
Type | Name | Description |
---|---|---|
char | highSurrogate | The high code (Unicode) of surrogate character. |
char | lowSurrogate | The high code (Unicode) of surrogate character. |
Type | Description |
---|---|
GlyphMetrics | The metrics for a character (code, glyph index, width). |
Gets the metrics for a character (code, glyph index, width).
public GlyphMetrics GetMetrics(char ch, bool vertical)
Type | Name | Description |
---|---|---|
char | ch | The code (Unicode) of character. |
bool | vertical | The vertical mapping flag. |
Type | Description |
---|---|
GlyphMetrics | The metrics for a character (code, glyph index, width). |