Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
Default BitmapFont support black-white image only? — Gideros Forum

Default BitmapFont support black-white image only?

hnimhnim Member
edited October 2012 in General questions
i convert bitmapfont data to use with default gideros font, but it display grayscale image only. is it normal?
i use this code to make font:
local font = Font.new("font.txt", "font.png", true)
local text = TextField.new(font, "the quick brown fox jump over the lazy dog")
and here's result. first line i use BMFont lib, default font in second line.
bitmapfont.png
845 x 104 - 53K
Sign In or Register to comment.