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
| TextBlockListID | A value returned by the DAExtractPageTextBlocks or ExtractFilePageTextBlocks functions |
|---|---|
| Index | The index of the text block. The first text block in the list has an index of 1. |