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