Table of Contents

Enum WinGDI.TextCapability

Namespace
Npp.DotNet.Plugin.Winforms
Assembly
Npp.DotNet.Plugin.dll

Possible bit flags for the return value of GetDeviceCaps(IntPtr, DeviceCapability) when the index parameter is TEXTCAPS.

[Flags]
public enum WinGDI.TextCapability : uint

Fields

TC_CP_STROKE = 4

Can do stroke clip precision

TC_CR_90 = 8

Can do 90° character rotation

TC_CR_ANY = 16

Can do any character rotation

TC_EA_DOUBLE = 512

Can do double-weight characters

TC_IA_ABLE = 1024

Can italicize

TC_OP_CHARACTER = 1

Can do character output precision

TC_OP_STROKE = 2

Can do stroke output precision

TC_RA_ABLE = 8192

Can draw raster fonts

TC_RESERVED = 32768
TC_SA_CONTIN = 256

Uses any multiples for exact character scaling

TC_SA_DOUBLE = 64

Can do doubled character for scaling

TC_SA_INTEGER = 128

Uses integer multiples only for character scaling

TC_SCROLLBLT = 65536
Cannot scroll using a bit-block transfer
TC_SF_X_YINDEP = 32

Can scale independently in the x- and y-directions

TC_SO_ABLE = 4096

Can draw strikeouts

TC_UA_ABLE = 2048

Can underline

TC_VA_ABLE = 16384

Can draw vector fonts