Enum WinGDI.TextCapability
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 = 4Can do stroke clip precision
TC_CR_90 = 8Can do 90° character rotation
TC_CR_ANY = 16Can do any character rotation
TC_EA_DOUBLE = 512Can do double-weight characters
TC_IA_ABLE = 1024Can italicize
TC_OP_CHARACTER = 1Can do character output precision
TC_OP_STROKE = 2Can do stroke output precision
TC_RA_ABLE = 8192Can draw raster fonts
TC_RESERVED = 32768TC_SA_CONTIN = 256Uses any multiples for exact character scaling
TC_SA_DOUBLE = 64Can do doubled character for scaling
TC_SA_INTEGER = 128Uses integer multiples only for character scaling
TC_SCROLLBLT = 65536- Cannot scroll using a bit-block transfer
TC_SF_X_YINDEP = 32Can scale independently in the x- and y-directions
TC_SO_ABLE = 4096Can draw strikeouts
TC_UA_ABLE = 2048Can underline
TC_VA_ABLE = 16384Can draw vector fonts