Skip to content

Instantly share code, notes, and snippets.

@yukirin
Created June 2, 2014 13:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yukirin/4b15e503b0d0d6cee770 to your computer and use it in GitHub Desktop.
Save yukirin/4b15e503b0d0d6cee770 to your computer and use it in GitHub Desktop.
kivyで日本語表示
from kivy.core.text import LabelBase, DEFAULT_FONT
from kivy.resources import resource_add_path
resource_add_path("/usr/share/fonts/truetype/takao-gothic")
LabelBase.register(DEFAULT_FONT, "TakaoPGothic.ttf")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment