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.
Este método permite establecer un nuevo nombre de fuente tipográfica y un nuevo tipo de fuente tipográfica para el estilo de fuente tipográfica. Este método afecta a las propiedades IFontStyle::FontName e IFontStyle::FontType.
HRESULT SetFont(
BSTR fontName,
FontTypeEnum fontType
);
void SetFont(
string fontName,
FontTypeEnum fontType
);
Sub SetFont( _
fontName As String, _
fontType As FontTypeEnum _
)
fontName
[in] Esta variable especifica el nombre de la nueva fuente tipográfica.
fontType
[in] Esta variable especifica el tipo de la nueva fuente tipográfica. Puede establecerse en una de las constantes de la enumeración FontTypeEnum.
Este método no tiene valores de retorno específicos. Devuelve los valores de retorno estándar de las funciones de ABBYY FineReader Engine.
FontStyle
FontTypeEnum