다음을 통해 공유


ITextCharacterFormat.FontStyle 속성

정의

글꼴 면의 스타일(예: 보통 또는 기울임꼴)을 가져오거나 설정합니다.

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

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

속성 값

글꼴 스타일입니다.

적용 대상