SetTextShader

Vector graphics, Path definition and drawing, Color

Descrição

Define a cor do texto com o shader especificado para o texto desenhado em seguida

Sintaxe

Delphi

Function TPDFlib.SetTextShader(Const ShaderName: WideString): Integer;

ActiveX

Function PDFlib::SetTextShader(ShaderName As String) As Long

DLL

int DLSetTextShader(int InstanceID, const wchar_t * ShaderName);

Parâmetros

ShaderNameThe shader name that was used when the shader was created.

Return values

0The shader could not be found
1The text shader was setup correctly