Table of Contents

Enum Technology

Namespace
Npp.DotNet.Plugin.Scintilla
Assembly
Npp.DotNet.Plugin.dll

(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.

DIRECT_WRITE_1 = 4

Use DirectWrite in a lower level way that manages graphics state more explicitly.