'宣言 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.