Skip to content

sseemayer/PyHiero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyHiero

PyHiero Screenshot

PyHiero is a pure python bitmap font engine that can parse bitmap font files as generated by Hiero from the SlicK game engine.

Although library-independent, it includes a rendering engine for pygame that is compatible with its pygame.font.Font class in that it can be used in advanced text rendering libraries such as Glyph for extra awesomeness.

Dependencies

  • Python (tested with 2.7, should also work with 3.x)
  • pygame (only if you want to use the PyGameHieroFont class)

Getting Started

Check out the demo.py in the root directory.

License

PyHiero is licensed under the MIT License.

About

Hiero Bitmap Font parser + renderer for Python (and optionally Pygame)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages