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