DioDocs for PDF
ChooseEudcFontLink メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 > Font クラス : ChooseEudcFontLink メソッド
The code point (in UTF-32 format) missing in the current font.
Specifies whether the searched font should support embedding.
Searches for an associated EUDC Font containing the given code point.
シンタックス
'宣言
 
Public Function ChooseEudcFontLink( _
   ByVal codePoint As System.Integer, _
   ByVal embeddable As System.Boolean _
) As FontLink
public FontLink ChooseEudcFontLink( 
   System.int codePoint,
   System.bool embeddable
)

パラメータ

codePoint
The code point (in UTF-32 format) missing in the current font.
embeddable
Specifies whether the searched font should support embedding.

戻り値の型

EUDC font's FontLink or null.
参照

Font クラス
Font メンバ