1////////////////////////////////////////////////////////////////////////////////
2//
3// ADOBE SYSTEMS INCORPORATED
4// Copyright 2007-2010 Adobe Systems Incorporated
5// All Rights Reserved.
6//
7// NOTICE:  Adobe permits you to use, modify, and distribute this file
8// in accordance with the terms of the license agreement accompanying it.
9//
10////////////////////////////////////////////////////////////////////////////////
11package flashx.textLayout
12{
13
14	/**
15	 *  This namespace is used for undocumented APIs -- usually implementation
16	 *  details -- which can't be private because they need to visible
17	 *  to other classes.
18	 *  APIs in this namespace are completely unsupported and are likely to
19	 *  change in future versions of TextLayout.
20	 *
21	 *  @private
22	 */
23	public namespace tlf_internal =
24		"http://ns.adobe.com/textLayout/internal/2008";
25}
26
27