ITextCharacterFormat.FontStretch プロパティ

定義

フォントの通常の縦横比と比較して、フォントを拡大する度合いを取得または設定します。

public:
 property FontStretch FontStretch { FontStretch get(); void set(FontStretch value); };
FontStretch FontStretch();

void FontStretch(FontStretch value);
public FontStretch FontStretch { get; set; }
var fontStretch = iTextCharacterFormat.fontStretch;
iTextCharacterFormat.fontStretch = fontStretch;
Public Property FontStretch As FontStretch

プロパティ値

フォントが引き伸ばされる次数。

適用対象