Home
last modified time | relevance | path

Searched refs:fontSizeType (Results 1 – 2 of 2) sorted by relevance

/template/battlehorse/js/
H A Deffects.js443 ['em','px','%','pt'].each( function(fontSizeType) { argument
444 if(fontSize.indexOf(fontSizeType)>0) {
446 this.fontSizeType = fontSizeType;
464 this.element.setStyle({fontSize: this.fontSize * currentScale + this.fontSizeType });
/template/a_new_day/js/
H A Deffects.js443 ['em','px','%','pt'].each( function(fontSizeType) { argument
444 if(fontSize.indexOf(fontSizeType)>0) {
446 this.fontSizeType = fontSizeType;
464 this.element.setStyle({fontSize: this.fontSize * currentScale + this.fontSizeType });