Skip to content

Aerotune/gosu-fontello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gosu-fontello

Drawing font icons from Fontello.com in ruby gosu

Example usage

@gosu_font = Gosu::Font.new($window, '/path/to/fontello/font/file.ttf', font_size)
@icon_characters = FontelloConfig.parse_file './path/to/fontello/config.json'
@gosu_font.draw(@icon_characters['icon-pencil'], x, y, z, scale_x, scale_y, color)

About

Font icons from fontello.com in ruby gosu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published