Table of Contents

Enum FontQuality

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

Control font anti-aliasing. (Scintilla feature SC_EFF_)

public enum FontQuality

Fields

QUALITY_ANTIALIASED = 2
QUALITY_DEFAULT = 0
QUALITY_LCD_OPTIMIZED = 3
QUALITY_MASK = 15
QUALITY_NON_ANTIALIASED = 1

Remarks