PXC_TextSmoothMode Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 10: | Line 10: | ||
<pre class="brush:cpp;gutter:false">enum PXC_TextSmoothMode | <pre class="brush:cpp;gutter:false">enum PXC_TextSmoothMode | ||
{ | { | ||
− | TSM_None = 0 | + | TSM_None = 0, |
− | TSM_Antialias = 1 | + | TSM_Antialias = 1, |
− | TSM_ClearType = 2 | + | TSM_ClearType = 2, |
}; | }; | ||
</pre> | </pre> |
Revision as of 10:08, 8 May 2015
Specifies the ...
Syntax
enum PXC_TextSmoothMode { TSM_None = 0, TSM_Antialias = 1, TSM_ClearType = 2, };
Constants
- TSM_None
- The ...
- TSM_Antialias
- The ...
- TSM_ClearType
- The ...
See Also
See also ...