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

属性值

字体的拉伸程度。

适用于