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

[FontCollector] Add a warning message if a font has variable axes #117

Open
moi15moi opened this issue Mar 17, 2024 · 0 comments
Open

[FontCollector] Add a warning message if a font has variable axes #117

moi15moi opened this issue Mar 17, 2024 · 0 comments

Comments

@moi15moi
Copy link

Currently, libass doesn't support variable font: libass/libass#386. This means that when the user works in Aegisub, the font may works because it use the os API, but when the font is muxed into a mkv, it may not be supported. For this reason, in the FontCollector, there should be a warning like: Warning: The font X is a variable font. Libass doesn't properly support those font. This leads to unknown behaviour when the font is muxed to a mkv if a font has variable axes.

Since the FontCollector depend on various API depending of the OS, here are the function that could help us to know if a font is a variable font:

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

1 participant