Changeset 284:3b4ad601545b


Ignore:
Timestamp:
Sep 5, 2011, 6:05:16 PM (13 years ago)
Author:
Evgeny Stambulchik <Evgeny.Stambulchik@…>
Branch:
default
Phase:
public
Message:

Font size in pixels.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/wz_jsgraphics.js

    r200 r284  
    884884                        'top:' + y + 'px;'+
    885885                        'font-family:' +  this.ftFam + ';'+
    886                         'font-size:' + this.ftSz + ';'+
     886                        'font-size:' + this.ftSz + 'px;'+
    887887                        'color:' + this.color + ';' + this.ftSty + '">'+
    888888                        txt +
     
    915915                        'text-align:'+halign+';'+
    916916                        'font-family:' +  this.ftFam + ';'+
    917                         'font-size:' + this.ftSz + ';'+
     917                        'font-size:' + this.ftSz + 'px;'+
    918918                        'color:' + this.color + ';' + this.ftSty + angleSty + '">'+
    919919                        txt +
Note: See TracChangeset for help on using the changeset viewer.