Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to get fonts? #2

Open
zimenglan-sysu-512 opened this issue Dec 22, 2016 · 1 comment
Open

how to get fonts? #2

zimenglan-sysu-512 opened this issue Dec 22, 2016 · 1 comment

Comments

@zimenglan-sysu-512
Copy link

hi @Stardust- in your code

font_dir = 'fonts/english'
font_paths = []
for dirpath, dirnames, filenames in os.walk(font_dir):
  for filename in filenames:
    filepath = dirpath + os.sep + filename
    font_paths.append({'eng':filepath})

how to get the fonts?

@stardut
Copy link
Owner

stardut commented Dec 25, 2016

You can download the font type file in internet, then change the font_dir point to the download file.
for example: font type

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants