DioDocs for PDF
ChooseLinkedFont メソッド

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

戻り値の型

Linked font's FontLink or null.
参照

Font クラス
Font メンバ