'宣言 Public Overloads Function GetMetrics( _ ByVal highSurrogate As Char, _ ByVal lowSurrogate As Char _ ) As GlyphMetrics
public GlyphMetrics GetMetrics( char highSurrogate, char lowSurrogate )
パラメータ
- highSurrogate
- The high code (Unicode) of surrogate character.
- lowSurrogate
- The high code (Unicode) of surrogate character.
戻り値の型
The metrics for a character (code, glyph index, width).