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

属性值

字体的拉伸程度。

适用于