Enum Technology
Possible options for SetTechnology(Technology). (Scintilla feature SC_TECHNOLOGY_)
public enum Technology
Fields
DEFAULT = 0
Use older GDI API which is compatible with all versions of Windows including Windows Vista and XP
DIRECTWRITE = 1
Use the Direct2D and DirectWrite APIs for higher quality anti-aliased drawing
DIRECTWRITEDC = 3
Use DirectWrite to draw into a GDI DC. This mode may work for remote access sessions
DIRECTWRITERETAIN = 2
Request that the frame is retained after being presented which may prevent drawing failures on some cards and drivers
DIRECTWRITE_1 = 4
Use DirectWrite in a lower level way that manages graphics state more explicitly