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

Judgment of extension is wrong #491

Closed
2 tasks done
manavu opened this issue Jul 22, 2019 · 3 comments
Closed
2 tasks done

Judgment of extension is wrong #491

manavu opened this issue Jul 22, 2019 · 3 comments
Labels
Milestone

Comments

@manavu
Copy link

manavu commented Jul 22, 2019

Prerequisites

  • I have written a descriptive issue title
  • I have verified that I am using the latest version of Magick.NET

System Configuration

  • Magick.NET version: Q16-AnyCPU 7.14.1
  • Environment (Operating system, version and so on):
    Windows10

Question

Is the extension not ttc instead of tcc?
DrawableFont class code

NG

private static readonly string[] _FontExtensions = new string[] { ".ttf", ".tcc", ".pfb", ".pfm", ".otf" };

OK

private static readonly string[] _FontExtensions = new string[] { ".ttf", ".ttc", ".pfb", ".pfm", ".otf" };

Japanese(multibyte string) could not be handled in windows environment.

@dlemstra
Copy link
Owner

Thanks for reporting this. Would you be willing to create a pull request for this?

@manavu
Copy link
Author

manavu commented Jul 24, 2019

I'm sorry. Inexperienced at GitHub. I can not fix it

@dlemstra
Copy link
Owner

No problem, will do it myself then. Just wanted to give you the opportunity to do it yourself.

@dlemstra dlemstra added the bug label Jul 24, 2019
@dlemstra dlemstra added this to the 7.14.1.1 milestone Jul 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants