Calculates "panse index" (panoseIndex) and count of chars that can be displayed by fss. panoseIndex represents difference between current FontSubSetBase object and fss object. Minimal number defines minimal difference, i.e. 0 means that current FontSubSetBase object and fss very similar. -1 means that fss can not be used as alternative for current object to display s.
シンタックス
'宣言
Public Sub GetFontDifference( _
ByVal As System.String, _
ByVal As FontSubSet, _
ByRef As System.Integer, _
ByRef As System.Integer _
)
'使用法
Dim instance As FontSubSet
Dim text As System.String
Dim fss As FontSubSet
Dim panoseIndex As System.Integer
Dim supportedGlyphCount As System.Integer
instance.GetFontDifference(text, fss, panoseIndex, supportedGlyphCount)
public void GetFontDifference(
System.string ,
FontSubSet ,
out System.int ,
out System.int
)
パラメータ
- text
- fss
- panoseIndex
- supportedGlyphCount
参照