DioDocs for PDF
AddEudcFont メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 > Font クラス : AddEudcFont メソッド
The EUDC Font with missing user-defined characters.
The scale factor applied to size of the base font when the EUDC font is used instead.
Associates user-defined characters from the specified EUDC Font to the current font.
シンタックス
'宣言
 
Public Function AddEudcFont( _
   ByVal eudcFont As Font, _
   Optional ByVal scaleFactor As System.Nullable(Of Single) _
) As System.Boolean
public System.bool AddEudcFont( 
   Font eudcFont,
   System.Nullable<float> scaleFactor
)

パラメータ

eudcFont
The EUDC Font with missing user-defined characters.
scaleFactor
The scale factor applied to size of the base font when the EUDC font is used instead.

戻り値の型

True if the font was successfully associated, False if the same font is already in the list of linked EUDC fonts.
参照

Font クラス
Font メンバ