/* This file is part of Ext JS 3.4 Copyright (c) 2011-2013 Sencha Inc Contact: http://www.sencha.com/contact GNU General Public License Usage This file may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE included in the packaging of this file. Please review the following information to ensure the GNU General Public License version 3.0 requirements will be met: http://www.gnu.org/copyleft/gpl.html. If you are unsure which license is appropriate for your use, please contact the sales department at http://www.sencha.com/contact. Build date: 2013-04-03 15:07:25 */ Ext.data.JsonP.Ext_util_TextMetrics({"alternateClassNames":[],"aliases":{},"enum":null,"parentMixins":[],"tagname":"class","subclasses":[],"extends":null,"uses":[],"html":"
Files
Provides precise pixel measurements for blocks of text so that you can determine exactly how high and\nwide, in pixels, a given block of text will be. Note that when measuring text, it should be plain text and\nshould not contain any HTML, otherwise it may not be measured correctly.
\nOnly available on the instance returned from createInstance, not on the singleton.
\n\n\nBinds this TextMetrics instance to an element from which to copy existing CSS styles\nthat can affect the size of the rendered text
\nThe element, dom node or id
\nReturn a unique TextMetrics instance that can be bound directly to an element and reused. This reduces\nthe overhead of multiple calls to initialize the style properties on each measurement.
\nThe element, dom node or id that the instance will be bound to
\nIf the text will be multiline, you have to set a fixed width\nin order to accurately measure the text height
\ninstance The new instance
\nOnly available on the instance returned from createInstance, not on the singleton.
\n\n\nReturns the measured height of the specified text. For multiline text, be sure to call\nsetFixedWidth if necessary.
\nThe text to measure
\nheight The height in pixels
\nOnly available on the instance returned from createInstance, not on the singleton.
\n\n\nReturns the size of the specified text based on the internal element's style and width properties
\nThe text to measure
\nAn object containing the text's size {width: (width), height: (height)}
\nOnly available on the instance returned from createInstance, not on the singleton.
\n\n\nReturns the measured width of the specified text
\nThe text to measure
\nwidth The width in pixels
\nMeasures the size of the specified text
\nThe element, dom node or id from which to copy existing CSS styles\nthat can affect the size of the rendered text
\nThe text to measure
\nIf the text will be multiline, you have to set a fixed width\nin order to accurately measure the text height
\nAn object containing the text's size {width: (width), height: (height)}
\nOnly available on the instance returned from createInstance, not on the singleton.
\n\n\nSets a fixed width on the internal measurement element. If the text will be multiline, you have\nto set a fixed width in order to accurately measure the text height.
\nThe width to set on the element
\n