DioDocs for PDF
AddLinkedFont メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 > Font クラス : AddLinkedFont メソッド
The Font to be added as linked font.
The scale factor applied to size of the base font when the linked font is used instead.
Adds a link to the specified Font.
シンタックス
'宣言
 
Public Function AddLinkedFont( _
   ByVal linkedFont As Font, _
   Optional ByVal scaleFactor As System.Nullable(Of Single) _
) As System.Boolean
public System.bool AddLinkedFont( 
   Font linkedFont,
   System.Nullable<float> scaleFactor
)

パラメータ

linkedFont
The Font to be added as linked font.
scaleFactor
The scale factor applied to size of the base font when the linked font is used instead.

戻り値の型

True if the link was successfully added, False if the same font is already linked.
参照

Font クラス
Font メンバ