xref: /haiku/src/apps/fontdemo/messages.h (revision f4841bebd44b42b3f285b545086e562e13b241a5)
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 
11 const uint32 FONTSIZE_MSG 				= 'size';
12 const uint32 FONTSHEAR_MSG 				= 'shea';
13 const uint32 ROTATION_MSG 				= 'rota';
14 const uint32 SPACING_MSG 				= 'spac';
15 const uint32 OUTLINE_MSG 				= 'outl';
16 const uint32 ALIASING_MSG 				= 'alia';
17 const uint32 BOUNDING_BOX_MSG 			= 'bond';
18 const uint32 CYCLING_FONTS_MSG 			= 'cycl';
19 const uint32 CYCLING_FONTS_UPDATE_MSG 	= 'cycU';
20 const uint32 FONTSTYLE_CHANGED_MSG		= 'fonS';
21 const uint32 FONTFAMILY_CHANGED_MSG		= 'fonF';
22 const uint32 DRAWINGMODE_CHANGED_MSG	= 'drmF';
23 const uint32 TEXT_CHANGED_MSG 			= 'text';
24 
25 #endif	// MESSAGES_H
26