2009-12-03 Jeffrey Stedfast <fejj@novell.com>
[moon.git] / src / textoptions.h
blob0e9bd257ea290464e62c34130fccefc8ec648f56
1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 /*
3 * textoptions.h:
5 * Contact:
6 * Moonlight List (moonlight-list@lists.ximian.com)
8 * Copyright 2007 Novell, Inc. (http://www.novell.com)
10 * See the LICENSE file included with the distribution for details.
13 #ifndef __TEXTOPTIONS_H__
14 #define __TEXTOPTIONS_H__
16 #include <glib.h>
17 #include "dependencyobject.h"
19 /* @IncludeInKinds,Namespace=System.Windows.Media */
20 class TextOptions {
21 /* @PropertyType=TextHintingMode,Attached,GenerateAccessors */
22 const static int TextHintingModeProperty;
25 // Property Accessors
28 static void SetTextHintingMode (DependencyObject *item, TextHintingMode mode);
29 static TextHintingMode GetTextHintingMode (DependencyObject *item);
32 #endif /* __TEXTOPTIONS_H__ */