PXC_TextRenderingMode Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(2 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_TextRenderingMode Enumeration}}
 
{{#customTitle:PXC_TextRenderingMode Enumeration}}
{{#parentPage:PXV:PXC_Enumerations|PXC_TextRenderingMode Enumeration|enum}}
+
{{#parentPage:PXV:PXC_Enumerations|PXC_TextRenderingMode|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Specifies the ...
+
Specifies the text rendering mode.
  
 
== Syntax ==
 
== Syntax ==
Line 25: Line 25:
 
== Constants ==
 
== Constants ==
 
;TRM_Fill
 
;TRM_Fill
:The ...
+
:The fill color will be used for the text rendering.
 
;TRM_Stroke
 
;TRM_Stroke
:The ...
+
:The stroke color will be used for the text rendering.
 
;TRM_FillStroke
 
;TRM_FillStroke
:The ...
+
:The fill and the stroke color will be used for the text rendering.
 
;TRM_None
 
;TRM_None
:The ...
+
:The  
 
;TRM_Clip_Flag
 
;TRM_Clip_Flag
 
:The ...
 
:The ...
Line 44: Line 44:
  
 
== See Also ==
 
== See Also ==
...
+
[[PXV:IPXC_TState_TextRenderMode|IPXC_TState::TextRenderMode]], [[PXV:IPXC_WatermarkParams_RenderMode|IPXC_WatermarkParams::RenderMode]], [[PXV:IPXC_ContentCreator_SetTextRenderMode|IPXC_ContentCreator::SetTextRenderMode]], [[PXV:IPXC_CharFormat_RenderingMode|IPXC_CharFormat::RenderingMode]]

Latest revision as of 05:58, 16 March 2017


Specifies the text rendering mode.

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 fill color will be used for the text rendering.
TRM_Stroke
The stroke color will be used for the text rendering.
TRM_FillStroke
The fill and the stroke color will be used for the text rendering.
TRM_None
The
TRM_Clip_Flag
The ...
TRM_Clip_Fill
The ...
TRM_Clip_Stroke
The ...
TRM_Clip_FillStroke
The ...
TRM_Clip
The ...

See Also

IPXC_TState::TextRenderMode, IPXC_WatermarkParams::RenderMode, IPXC_ContentCreator::SetTextRenderMode, IPXC_CharFormat::RenderingMode