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.
이 메서드를 사용하면 문자에 새 글꼴을 설정할 수 있습니다. 글꼴 이름과 글꼴 유형은 서로 연관된 매개변수이므로 이 메서드에서 함께 지정합니다. 이 메서드는 ICharParams::FontName 및 ICharParams::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 함수의 표준 반환 값을 반환합니다.
CharParams
FontTypeEnum