DAGetTextBlockFontNameA

Text, Fonts, Extraction, Direct access functionality

Description

O sufixo A indica o ponto de entrada ANSI (char) da DLL; a superfície ActiveX/COM expõe apenas a forma Unicode. O comportamento é idêntico ao de DAGetTextBlockFontName e os argumentos de cadeia de caracteres são interpretados com base na página de código atual definida por SetAnsiMode

Returns the font name of the text in the specified text block.

Syntax

Delphi

Function DLDAGetTextBlockFontNameA(InstanceID, TextBlockListID, Index: Integer): PAnsiChar;

DLL

const char * DLDAGetTextBlockFontNameA(int InstanceID, int TextBlockListID, int Index);

Parameters

TextBlockListIDA value returned by the DAExtractPageTextBlocks or ExtractFilePageTextBlocks functions
IndexThe index of the text block. The first text block in the list has an index of 1.