aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/FontQuality.h
AgeCommit message (Collapse)AuthorFilesLines
2021-09-28Remove file that is no longer used or contain any definitions.Neil1-27/+0
2021-05-24Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.hNeil1-7/+7
and ScintillaStructures.h using scoped enumerations. Use these headers instead of Scintilla.h internally. External definitions go in the Scintilla namespace and internal definitio0ns in Scintilla::Internal.
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-4/+0
interfaces ILexer4 and IDocument.
2013-10-23Explain why symbols are redefined.Neil1-0/+3
2013-07-21Standardising header guards and namespaces.Neil1-0/+13
2011-08-11Parallel stacks for GDI and DirectWrite works.nyamatongwe1-1/+1
2011-08-11Implemented parallel stacks for GDI and DirectWrite. GDI worksnyamatongwe1-0/+3
but DirectWrite does not draw well and eventuall crashes.
2009-11-02Added setting for font quality to allow application to choose anti-aliased,nyamatongwe1-0/+12
non-anti-aliased or lcd-optimized text.