다음을 통해 공유


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

속성 값

글꼴이 늘어나게 되는 정도입니다.

적용 대상