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