haiku/src/apps/fontdemo/messages.h

26 lines
793 B
C

/*
* Copyright 2006, Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Mikael Konradson, mikael.konradson@gmail.com
*/
#ifndef MESSAGES_H
#define MESSAGES_H
const uint32 FONTSIZE_MSG = 'size';
const uint32 FONTSHEAR_MSG = 'shea';
const uint32 ROTATION_MSG = 'rota';
const uint32 SPACING_MSG = 'spac';
const uint32 OUTLINE_MSG = 'outl';
const uint32 ALIASING_MSG = 'alia';
const uint32 BOUNDING_BOX_MSG = 'bond';
const uint32 CYCLING_FONTS_MSG = 'cycl';
const uint32 CYCLING_FONTS_UPDATE_MSG = 'cycU';
const uint32 FONTSTYLE_CHANGED_MSG = 'fonS';
const uint32 FONTFAMILY_CHANGED_MSG = 'fonF';
const uint32 DRAWINGMODE_CHANGED_MSG = 'drmF';
const uint32 TEXT_CHANGED_MSG = 'text';
#endif // MESSAGES_H