w10schools
Login
Register
In current category
Only my posts
Home
Tutorials
HTML, CSS
HTML, HTML5
CSS, CSS3
XML
JavaScript, AJAX
PHP
Ruby on Rails
Ruby
Rails
ASP.NET
ASP
C# .NET
Java
JSP
Databases
MySQL
MSSQL Server
Oracle
Web Server
Windows
Linux
Apache
IIS
Design
Dreamweaver
Flash
Photoshop
Fireworks
CorelDRAW
Illustrator
References
HTML
Bootstrap
CSS
CSS Selectors
Sass
JavaScript
Mobile Apps
Cordova
Ruby on Rails
Ruby
Rails
PHP
Function
Language
CodeIgniter
Phalcon
PHPUnit
Symfony
Drupal
Yii
Laravel
Perl
Perl
Python
Python
Django
NumPy
Pandas
scikit-image
scikit-learn
Statsmodels
Matplotlib
Lua
Lua
C, C++
C
C++
Server
Docker
Apache HTTP Server
Nginx
Database
PostgreSQL
Big Data
TensorFlow
Game Development
Phaser
LÖVE
Articles
News
General
Website Promotion
Online Advertising
Make Money Online
Editorials
Interviews
Web Roundups
Resources
Design
Fonts
Graphics
Vectors
Templates
UI (User Interface)
Brushes
Patterns, Backgrounds
Textures
Web Development
HTML, CSS
XML
JavaScript, AJAX
Ruby on Rails
PHP
Java
.NET
Python
Perl
Flash
Mobile Application Development
Mobile Development Tools
Swift
Online Services
Online Storage
Web Hosting
Tools
Generators
Edit
Toggle Dropdown
In Place Editing
Advanced Editing
References
Game Development
Phaser
Text
BitmapText
Language
Default
Markdown
BitmapText#text
text
: string
The text to be displayed by this BitmapText object.
Source code:
gameobjects/BitmapText.js
(
Line 626
)
Links:
http://phaser.io/docs/2.6.2/Phaser.BitmapText.html#text
doc_phaser
2017-02-14 10:37:53
Comments
Leave a Comment
Please
login
to continue.
Popular Articles
BitmapText#BitmapText
new BitmapText(game, x, y, font, text, size, align) BitmapText objects work by taking a texture file and an XML or JSON file that describes the fon
BitmapText#smoothed
smoothed : boolean Enable or disable texture smoothing for this BitmapText. The smoothing is applied to the BaseTexture of this font, which all let
BitmapText#top
top : number The y coordinate of the Game Object.This is the same as y - offsetY. Inherited From Phaser.Component.Bounds#top Source code: gameob
BitmapText#z
[readonly] z : number The z depth of this Game Object within its parent Group.No two objects in a Group can have the same z value.This value is ad
BitmapText#font
font : string The font the text will be rendered in, i.e. 'Arial'. Must be loaded in the browser before use. Source code: gameobjects/BitmapText.j
Return to View
Please login to continue.