[]
Gets the metrics for a character (code, glyph index, width).
public GlyphMetrics GetMetrics(char highSurrogate, char lowSurrogate)
Public Function GetMetrics(highSurrogate As Char, lowSurrogate As Char) As GlyphMetrics
| 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)
Public Function GetMetrics(ch As Char, vertical As Boolean) As GlyphMetrics
| 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). |