'宣言 Public Overloads Function GetMetrics( _ ByVal highSurrogate As System.Char, _ ByVal lowSurrogate As System.Char _ ) As GlyphMetrics
'使用法 Dim instance As FontSubSet Dim highSurrogate As System.Char Dim lowSurrogate As System.Char Dim value As GlyphMetrics value = instance.GetMetrics(highSurrogate, lowSurrogate)
public GlyphMetrics GetMetrics( System.char highSurrogate, System.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).