phaser/src
Paul 8eb7594b29 Text - font size/weight can be specified as style
Fulfills: https://github.com/photonstorm/phaser/issues/1370

This allows `fontSize` and `fontWeight` to be specified as part of the
style as supplied to the Text constructor (and `setStyle` method). In
addition the `fontStyle` and `fontVariant` properties can also be set -
although these are not exposed later.

This also fixes edge cases that could be caused if `Text#fontSize` was
used without `Text#fontWeight`, where the applied style defaults would be
overwritten/reset.
2014-11-28 02:20:18 -08:00
..
animation jsdoc fixes. 2014-11-25 00:24:28 +00:00
core onPreRenderCallback wasn't being cleared on a State swap. 2014-11-26 13:12:51 +00:00
gameobjects Text - font size/weight can be specified as style 2014-11-28 02:20:18 -08:00
geom Merge pull request #1307 from pnstickne/wip-math-util-cleanup 2014-11-12 22:21:34 +00:00
input jsdoc fixes. 2014-11-25 00:24:28 +00:00
loader Fix documentation for Cache.addPhysicsData 2014-11-16 15:01:23 +01:00
math Math/Utils - various cleanup and deprecations/moves 2014-11-11 21:28:25 -08:00
net Trim trailing whitespace. 2014-03-25 14:56:04 -07:00
particles Emitter.setScale fixed minX minY order presedence (thanks spayton) 2014-11-18 15:38:08 +00:00
physics P2.BodyDebug always lagged behind the position of the Body it was tracking by one frame, which became visible at high speeds. It now syncs its position in the Body.postUpdate which prevents this from happening (thanks @valueerror) 2014-11-25 22:21:11 +00:00
pixi Merged latest Pixi fixes. 2014-11-23 12:47:55 +00:00
sound Phaser 2.2 Release Candidate 8 (newsletter build) 2014-11-17 14:14:50 +00:00
system ScaleManager + DOM - window constraint updates 2014-11-19 15:42:08 -08:00
tilemap Tilemap - Tiled image size calculation 2014-11-26 19:50:07 -08:00
time Added Time.physicsElapsedMS and used in Sprite lifespan and Tweens. 2014-11-26 13:13:25 +00:00
tween Added Time.physicsElapsedMS and used in Sprite lifespan and Tweens. 2014-11-26 13:13:25 +00:00
utils Rounded off bounds. 2014-11-25 02:49:34 +00:00
Intro.js Brand new Grunt task - creates each core library as its own file and a combined phaser.js. 2014-02-28 09:30:53 +00:00
Outro.js Updated docs. 2014-06-29 21:19:37 +01:00
Phaser.js RC12 Prep. 2014-11-26 13:13:50 +00:00
polyfills.js Math/Utils - various cleanup and deprecations/moves 2014-11-09 16:17:18 -08:00