DrawHTMLTextA
Text, HTML text, Page layout
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 DrawHTMLText e os argumentos de cadeia de caracteres são interpretados com base na página de código atual definida por SetAnsiMode
Draws HTML text onto the page. See Appendix A for details of the supported HTML tags.
Syntax
Delphi
Function DLDrawHTMLTextA(InstanceID: Integer; Left, Top, Width: Double; HTMLText: PAnsiChar): Integer;
DLL
int DLDrawHTMLTextA(int InstanceID, double Left, double Top, double Width, const char * HTMLText);
Parameters
| Left | The left edge of the area to draw the text into |
|---|---|
| Top | The top edge of the area to draw the text into |
| Width | The width of the area to draw the text into |
| HTMLText | The HTML text to draw |