1/*
2 * Copyright 2006, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
4 *
5 * Authors:
6 *		Mikael Konradson, mikael.konradson@gmail.com
7 */
8#ifndef MESSAGES_H
9#define MESSAGES_H
10
11const uint32 FONTSIZE_MSG 				= 'size';
12const uint32 FONTSHEAR_MSG 				= 'shea';
13const uint32 ROTATION_MSG 				= 'rota';
14const uint32 SPACING_MSG 				= 'spac';
15const uint32 OUTLINE_MSG 				= 'outl';
16const uint32 ALIASING_MSG 				= 'alia';
17const uint32 BOUNDING_BOX_MSG 			= 'bond';
18const uint32 CYCLING_FONTS_MSG 			= 'cycl';
19const uint32 CYCLING_FONTS_UPDATE_MSG 	= 'cycU';
20const uint32 FONTSTYLE_CHANGED_MSG		= 'fonS';
21const uint32 FONTFAMILY_CHANGED_MSG		= 'fonF';
22const uint32 DRAWINGMODE_CHANGED_MSG	= 'drmF';
23const uint32 TEXT_CHANGED_MSG 			= 'text';
24
25#endif	// MESSAGES_H
26