2 * Copyright 2001-2012, Haiku.
3 * Distributed under the terms of the MIT License.
7 * DarkWyrm <bpmagic@columbus.rr.com>
8 * Axel Dörfler, axeld@pinc-software.de
9 * Philippe Saint-Pierre, stpere@gmail.com
10 * Stephan Aßmus <superstippi@gmx.de>
20 class FontSelectionView
;
23 class FontView
: public BView
{
25 FontView(const char* name
);
27 virtual void AttachedToWindow();
28 virtual void DetachedFromWindow();
30 virtual void MessageReceived(BMessage
* message
);
42 FontSelectionView
* fPlainView
;
43 FontSelectionView
* fBoldView
;
44 FontSelectionView
* fFixedView
;
45 FontSelectionView
* fMenuView
;
47 BMessageRunner
* fRunner
;
51 #endif /* FONT_VIEW_H */