메인 콘텐츠로 건너뛰기
FontTypeEnum 열거형 상수는 다양한 유형의 글꼴을 나타내는 데 사용됩니다.
typedef enum {
 FT_Serif,
 FT_SansSerif,
 FT_MonoSpace,
 FT_Decorative,
 FT_Unknown
} FontTypeEnum;

Elements

NameDescription
FT_Serif세리프 폰트 (예: Times New Roman).
FT_SansSerif산세리프 폰트 (예: Arial).
FT_MonoSpace고정폭 폰트 (예: Courier).
FT_Decorative장식체 또는 정자체 폰트.
FT_Unknown폰트 유형이 정의되지 않음.

사용 위치

ICharParams::FontType ICharParams::SetFont IFontStyle::FontType