adrg / sysfont

Golang identification and matching of system fonts
https://pkg.go.dev/github.com/adrg/sysfont
MIT License
43 stars 13 forks source link

Is it possible to display the font name based on the operating system language or the specified language? #19

Closed OneSeven closed 2 years ago

OneSeven commented 2 years ago

For example: Microsoft YaHei Microsoft YaHei C:\Windows\Fonts\msyh.ttc corresponds to Chinese: "微软雅黑" Please, thanks !

adrg commented 2 years ago

Hi @OneSeven. Thank you for your interest in the library. This is not supported right now, but I do plan on implementing it in the future, although I cannot really make estimations on when that will be. It heavily depends on my free time.

This is also discussed in issue https://github.com/adrg/sysfont/issues/4. Maybe we should close this issue and continue the conversation there.

OneSeven commented 2 years ago

Hi @OneSeven. Thank you for your interest in the library. This is not supported right now, but I do plan on implementing it in the future, although I cannot really make estimations on when that will be. It heavily depends on my free time.

This is also discussed in issue #4. Maybe we should close this issue and continue the conversation there.

OK.