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
11bool gSubpixelAntialiasing;
12uint8 gDefaultHintingMode;
13uint8 gSubpixelAverageWeight;
14bool gSubpixelOrderingRGB;
15