w10schools
Login
Register
In current category
Only my posts
MENU
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
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
2025-01-10 15:47:30
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#y
y : number The position of the Game Object on the y axis relative to the local coordinates of the parent. Inherited From Phaser.Component.Physics
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#fixedToCamera
fixedToCamera : boolean A Game Object that is "fixed" to the camera uses its x/y coordinates as offsets from the top left of the camera during rend
Return to View
^ Back to Top
Please login to continue.