1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
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__
17 #include "dependencyobject.h"
19 /* @IncludeInKinds,Namespace=System.Windows.Media */
21 /* @PropertyType=TextHintingMode,Attached,GenerateAccessors */
22 const static int TextHintingModeProperty
;
28 static void SetTextHintingMode (DependencyObject
*item
, TextHintingMode mode
);
29 static TextHintingMode
GetTextHintingMode (DependencyObject
*item
);
32 #endif /* __TEXTOPTIONS_H__ */