PXC_TextRenderingMode Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_TextRenderingMode Enumeration}}
 
{{#customTitle:PXC_TextRenderingMode Enumeration}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...

Revision as of 22:55, 20 April 2015


Specifies the ...

Syntax

enum PXC_TextRenderingMode
{
    TRM_Fill = 0;
    TRM_Stroke = 1;
    TRM_FillStroke = 2;
    TRM_None = 3;
    TRM_Clip_Flag = 4;
    TRM_Clip_Fill = 4;
    TRM_Clip_Stroke = 5;
    TRM_Clip_FillStroke = 6;
    TRM_Clip = 7;
};

Constants

TRM_Fill
The ...
TRM_Stroke
The ...
TRM_FillStroke
The ...
TRM_None
The ...
TRM_Clip_Flag
The ...
TRM_Clip_Fill
The ...
TRM_Clip_Stroke
The ...
TRM_Clip_FillStroke
The ...
TRM_Clip
The ...

See Also

See also ...