2011-09-12, 12:43 AM
2011-09-12, 12:49 AM
Honestly I have no idea, but it may be this, found in editor.js,
I assume there's something in another file which defines how large or small each value is.
// An array of font sizes to be shown.
this.sizes = new Object();
this.sizes["xx-small"] = this.options.lang.size_xx_small;
this.sizes["x-small"] = this.options.lang.size_x_small;
this.sizes["small"] = this.options.lang.size_small;
this.sizes["medium"] = this.options.lang.size_medium;
this.sizes["large"] = this.options.lang.size_large;
this.sizes["x-large"] = this.options.lang.size_x_large;
this.sizes["xx-large"] = this.options.lang.size_xx_large;
I assume there's something in another file which defines how large or small each value is.
2011-09-12, 01:52 AM
Yes, I found something at class_parser.php, but can't figure out how it define the style for each one.
Edit: It looks like xx-large is a valid css value for the font-size property _._
Edit: It looks like xx-large is a valid css value for the font-size property _._
2011-09-16, 12:45 AM
bump~
2011-09-17, 10:20 PM
Really appreciate any help