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
| ShaderName | The shader name that was used when the shader was created. |
|---|
Return values
| 0 | The shader could not be found |
|---|---|
| 1 | The text shader was setup correctly |