Skip to content

metaperson/PyFontoBene

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

PyFontoBene

FontoBene parser for Python

Hello!! every one

alt text

this is the first my own project on github.

in the first time using github for me.

I want to join with the original FontoBene project as reference below.

But I am beginner in github. I don't know how to using and join that project.

So I decide to make my own this project first.

Simple 2 steps needed to drawing text.

  1. load the font file.
font = PyFontoBeneFont.createFromFile("newstroke.bene")
  1. draw font on tkinter canvas.
font.drawText(font_canvas, x=50, y=30, ratio_x=2, ratio_y=2, text="Hello World!!!")

Reference

The FontoBene project URL

https://github.com/fontobene/fontobene

The FontoBene font file for this parser can be available at

https://github.com/fontobene/fontobene-fonts

https://github.com/fontobene/fontobene-fonts/blob/master/newstroke.bene

About

FontoBene parser for Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages