SuperTooltip for WinForms
GetFontDifference メソッド

C1.Win.6 アセンブリ > C1.Util 名前空間 > FontSubSet クラス : GetFontDifference メソッド
fss によって表示可能な文字の「PANOSE インデックス」(panoseIndex)と個数を計算します。panoseIndex は、現在の FontSubSetBase オブジェクトと fss オブジェクトの差を表します。最小値は最小差を定義します。つまり、0 は現在の FontSubSetBase オブジェクトと fss がほぼ同じであることを意味します。-1 は、fss を現在のオブジェクトの代わりに使用して text を表示することはできないことを意味します。
シンタックス
'宣言
 
Public Sub GetFontDifference( _
   ByVal text As System.String, _
   ByVal fss As FontSubSet, _
   ByRef panoseIndex As System.Integer, _
   ByRef supportedGlyphCount As System.Integer _
) 
public void GetFontDifference( 
   System.string text,
   FontSubSet fss,
   out System.int panoseIndex,
   out System.int supportedGlyphCount
)

パラメータ

text
fss
panoseIndex
supportedGlyphCount
参照

FontSubSet クラス
FontSubSet メンバ