Package: | Ext.util |
Defined In: | TextMetrics.js |
Class: | TextMetrics |
Extends: | Object |
Method | Defined By | |
---|---|---|
bind( String/HTMLElement el ) : void Binds this TextMetrics instance to an element from which to copy existing CSS styles
that can affect the size of the ...
Binds this TextMetrics instance to an element from which to copy existing CSS styles
that can affect the size of the rendered text
Parameters:
|
TextMetrics | |
createInstance( String/HTMLElement el , [Number fixedWidth ] ) : Ext.util.TextMetrics.Instance Return a unique TextMetrics instance that can be bound directly to an element and reused. This reduces
the overhead ...
Return a unique TextMetrics instance that can be bound directly to an element and reused. This reduces
the overhead of multiple calls to initialize the style properties on each measurement.
Parameters:
|
TextMetrics | |
getHeight( String text ) : Number Returns the measured height of the specified text. For multiline text, be sure to call
setFixedWidth if necessary.
Returns the measured height of the specified text. For multiline text, be sure to call
setFixedWidth if necessary.
Parameters:
|
TextMetrics | |
getSize( String text ) : Object Returns the size of the specified text based on the internal element's style and width properties
Returns the size of the specified text based on the internal element's style and width properties
Parameters:
|
TextMetrics | |
getWidth( String text ) : Number Returns the measured width of the specified text
Returns the measured width of the specified text
Parameters:
|
TextMetrics | |
measure( String/HTMLElement el , String text , [Number fixedWidth ] ) : Object Measures the size of the specified text
Measures the size of the specified text
Parameters:
|
TextMetrics | |
setFixedWidth( Number width ) : void Sets a fixed width on the internal measurement element. If the text will be multiline, you have
to set a fixed width...
Sets a fixed width on the internal measurement element. If the text will be multiline, you have
to set a fixed width in order to accurately measure the text height.
Parameters:
|
TextMetrics |