Skip to content

This is a demonstration of the Additional Glyphs feature for `FlxBitmapFont`

License

Notifications You must be signed in to change notification settings

AxolStudio/HFAdditionalGlyphsDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HFAdditionalGlyphsDemo

This is a demonstration of the Additional Glyphs feature for FlxBitmapFont

Usage

var font = new FlxBitmapFont("assets/font.png", 8, 8, FlxBitmapFont.TEXT_SET1);
font.appendGlyphs(FlxAtlasFrames.fromSparrow("assets/images/glyphs.png", "assets/images/glyphs.xml"));

Then, when you want to display a Glyph in your FlxBitmapText just put {{glyphname}} in your text string.

Example

About

This is a demonstration of the Additional Glyphs feature for `FlxBitmapFont`

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages