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 una nueva fuente para el símbolo. Al mismo tiempo, especifica el nombre de la fuente y su tipo, ya que son parámetros interdependientes. Este método afecta a las propiedades ICharParams::FontName e ICharParams::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 fuente nueva.
FontType
[in] Esta variable especifica el tipo de la fuente nueva. Puede establecerse con 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.
CharParams
FontTypeEnum