You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {DisplayCallbackConfig} display - Settings of the character that is about to be rendered.
29
+
*
30
+
* @return {{x:number, y:number, scale:number, rotation:number}} Altered position, scale and rotation values for the character that is about to be rendered.
29
31
*/
30
32
31
33
/**
@@ -190,7 +192,7 @@ var DynamicBitmapText = new Class({
190
192
this.cropHeight=0;
191
193
192
194
/**
193
-
* [description]
195
+
* A callback that alters how each character of the Bitmap Text is rendered.
0 commit comments