PrintDocument for WinForms
GetMetrics(Char,Boolean) メソッド


C1.PrintDocument.6 アセンブリ > C1.Util 名前空間 > FontSubSet クラス > GetMetrics メソッド : GetMetrics(Char,Boolean) メソッド
The code (Unicode) of character.
The vertical mapping flag.
Gets the metrics for a character (code, glyph index, width).
シンタックス
'宣言
 
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)
public GlyphMetrics GetMetrics( 
   System.char ch,
   System.bool vertical
)

パラメータ

ch
The code (Unicode) of character.
vertical
The vertical mapping flag.

戻り値の型

The metrics for a character (code, glyph index, width).
参照

FontSubSet クラス
FontSubSet メンバ
オーバーロード一覧