Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
이 메서드를 사용하면 해당 글꼴 스타일의 글꼴 이름과 글꼴 유형을 새로 설정할 수 있습니다. 이 메서드는 IFontStyle::FontName 및 IFontStyle::FontType 속성에 영향을 줍니다.
HRESULT SetFont(
BSTR fontName,
FontTypeEnum fontType
);
void SetFont(
string fontName,
FontTypeEnum fontType
);
Sub SetFont( _
fontName As String, _
fontType As FontTypeEnum _
)
fontName
[in] 이 변수는 새 글꼴의 이름을 지정합니다.
fontType
[in] 이 변수는 새 글꼴의 유형을 지정합니다. 값으로는 FontTypeEnum 열거형의 상수 중 하나를 사용할 수 있습니다.
이 메서드에는 특정한 반환 값이 없습니다. ABBYY FineReader Engine 함수의 표준 반환 값을 반환합니다.
FontStyle
FontTypeEnum