DioDocs for PDF
GetFontAttributes メソッド

DS.Documents.Pdf アセンブリ > GrapeCity.Documents.Pdf.Text 名前空間 > Font クラス : GetFontAttributes メソッド
現在のフォントの属性を抽出します。 特定の属性を判別できない場合、対応する出力値はnullに設定されます。
シンタックス
'宣言
 
Public Sub GetFontAttributes( _
   ByRef fontFamily As System.String, _
   ByRef fontWeight As System.Nullable(Of FontWeight), _
   ByRef fontStretch As System.Nullable(Of FontStretch), _
   ByRef fontItalic As System.Nullable(Of Boolean) _
) 
public void GetFontAttributes( 
   out System.string fontFamily,
   out System.Nullable<FontWeight> fontWeight,
   out System.Nullable<FontStretch> fontStretch,
   out System.Nullable<bool> fontItalic
)

パラメータ

fontFamily
fontWeight
fontStretch
fontItalic
参照

Font クラス
Font メンバ