xref: /haiku/src/servers/app/drawing/Painter/GlobalSubpixelSettings.cpp (revision e4737a9260c764b22b6da57100199428e3bad24d)
1 /*
2  * Copyright 2008, Andrej Spielmann <andrej.spielmann@seh.ox.ac.uk>.
3  * All rights reserved. Distributed under the terms of the MIT License.
4  */
5 
6 //! Global settings of the app server regarding antialiasing and font hinting
7 
8 #include "GlobalSubpixelSettings.h"
9 
10 // NOTE: all these are initialized in DesktopSettings.cpp
11 bool gSubpixelAntialiasing;
12 uint8 gDefaultHintingMode;
13 uint8 gSubpixelAverageWeight;
14 bool gSubpixelOrderingRGB;
15