'宣言 Public Overloads Function GetMetrics( _ ByVal ch As System.Char, _ ByVal vertical As System.Boolean _ ) As GlyphMetrics
'使用法 Dim instance As FontSubSet Dim ch As System.Char Dim vertical As System.Boolean Dim value As GlyphMetrics value = instance.GetMetrics(ch, vertical)
パラメータ
- ch
- The code (Unicode) of character.
- vertical
- The vertical mapping flag.
戻り値の型
The metrics for a character (code, glyph index, width).