Skip to content

gideros/BMFont

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BMFont for Gideros Studio

The classes BMFont and BMTextField can be used to load and display BMFonts with Gideros Studio.

Usage

-- load font
local font = BMFont.new("font.txt", "font.png")

-- create text
local text = BMTextField.new(font, "Hello Gideros!")

-- add to stage
stage:addChild(text)

-- you can also change the text
text:setText("Hello Giderans!")

These editors can be used to generate BMFonts:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages