/* 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.

\n
Defined By

Methods

Ext.util.TextMetrics
view source
( el )
Only available on the instance returned from createInstance, not on the singleton. ...

Only available on the instance returned from createInstance, not on the singleton.

\n\n\n

Binds this TextMetrics instance to an element from which to copy existing CSS styles\nthat can affect the size of the rendered text

\n

Parameters

  • el : String/HTMLElement

    The element, dom node or id

    \n
Ext.util.TextMetrics
view source
( el, [fixedWidth] ) : Ext.util.TextMetrics.Instance
Return a unique TextMetrics instance that can be bound directly to an element and reused. ...

Return 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.

\n

Parameters

  • el : String/HTMLElement

    The element, dom node or id that the instance will be bound to

    \n
  • fixedWidth : Number (optional)

    If the text will be multiline, you have to set a fixed width\nin order to accurately measure the text height

    \n

Returns

  • Ext.util.TextMetrics.Instance

    instance The new instance

    \n
Ext.util.TextMetrics
view source
( text ) : Number
Only available on the instance returned from createInstance, not on the singleton. ...

Only available on the instance returned from createInstance, not on the singleton.

\n\n\n

Returns the measured height of the specified text. For multiline text, be sure to call\nsetFixedWidth if necessary.

\n

Parameters

  • text : String

    The text to measure

    \n

Returns

  • Number

    height The height in pixels

    \n
Ext.util.TextMetrics
view source
( text ) : Object
Only available on the instance returned from createInstance, not on the singleton. ...

Only available on the instance returned from createInstance, not on the singleton.

\n\n\n

Returns the size of the specified text based on the internal element's style and width properties

\n

Parameters

  • text : String

    The text to measure

    \n

Returns

  • Object

    An object containing the text's size {width: (width), height: (height)}

    \n
Ext.util.TextMetrics
view source
( text ) : Number
Only available on the instance returned from createInstance, not on the singleton. ...

Only available on the instance returned from createInstance, not on the singleton.

\n\n\n

Returns the measured width of the specified text

\n

Parameters

  • text : String

    The text to measure

    \n

Returns

  • Number

    width The width in pixels

    \n
Ext.util.TextMetrics
view source
( el, text, [fixedWidth] ) : Object
Measures the size of the specified text ...

Measures the size of the specified text

\n

Parameters

  • el : String/HTMLElement

    The element, dom node or id from which to copy existing CSS styles\nthat can affect the size of the rendered text

    \n
  • text : String

    The text to measure

    \n
  • fixedWidth : Number (optional)

    If the text will be multiline, you have to set a fixed width\nin order to accurately measure the text height

    \n

Returns

  • Object

    An object containing the text's size {width: (width), height: (height)}

    \n
Ext.util.TextMetrics
view source
( width )
Only available on the instance returned from createInstance, not on the singleton. ...

Only available on the instance returned from createInstance, not on the singleton.

\n\n\n

Sets 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.

\n

Parameters

  • width : Number

    The width to set on the element

    \n
","superclasses":[],"meta":{},"requires":[],"html_meta":{},"statics":{"property":[],"cfg":[],"css_var":[],"method":[],"event":[],"css_mixin":[]},"files":[{"href":"TextMetrics.html#Ext-util-TextMetrics","filename":"TextMetrics.js"}],"linenr":1,"members":{"property":[],"cfg":[],"css_var":[],"method":[{"tagname":"method","owner":"Ext.util.TextMetrics","meta":{},"name":"bind","id":"method-bind"},{"tagname":"method","owner":"Ext.util.TextMetrics","meta":{},"name":"createInstance","id":"method-createInstance"},{"tagname":"method","owner":"Ext.util.TextMetrics","meta":{},"name":"getHeight","id":"method-getHeight"},{"tagname":"method","owner":"Ext.util.TextMetrics","meta":{},"name":"getSize","id":"method-getSize"},{"tagname":"method","owner":"Ext.util.TextMetrics","meta":{},"name":"getWidth","id":"method-getWidth"},{"tagname":"method","owner":"Ext.util.TextMetrics","meta":{},"name":"measure","id":"method-measure"},{"tagname":"method","owner":"Ext.util.TextMetrics","meta":{},"name":"setFixedWidth","id":"method-setFixedWidth"}],"event":[],"css_mixin":[]},"inheritable":null,"private":null,"component":false,"name":"Ext.util.TextMetrics","singleton":true,"override":null,"inheritdoc":null,"id":"class-Ext.util.TextMetrics","mixins":[],"mixedInto":[]});