xref: /haiku/src/servers/app/drawing/Painter/GlobalSubpixelSettings.cpp (revision 2b76973fa2401f7a5edf68e6470f3d3210cbcff3)
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