-
Notifications
You must be signed in to change notification settings - Fork 404
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
Lato font locked access - plugin doesn't load on Windows (beta-5) #678
Comments
Couple this with checking the font installation at runtime using enumfontfamyex and we should be good |
baconpaul
added a commit
to baconpaul/surge
that referenced
this issue
Feb 27, 2019
Rather than try and runtime load the Lato font assume it is installed and react accordingly if it is not. No longer bundle it with the dll and instead bundle it with the installer. Issue surge-synthesizer#678
baconpaul
added a commit
to baconpaul/surge
that referenced
this issue
Feb 27, 2019
Rather than try and runtime load the Lato font assume it is installed and react accordingly if it is not. No longer bundle it with the dll and instead bundle it with the installer. Closes surge-synthesizer#678 : Font causes Hang on some Windows Closes surge-synthesizer#673 : De-Bold our Lato
Merged
baconpaul
added a commit
that referenced
this issue
Feb 27, 2019
baconpaul
added a commit
to baconpaul/surge
that referenced
this issue
Jul 10, 2019
Rather than try and runtime load the Lato font assume it is installed and react accordingly if it is not. No longer bundle it with the dll and instead bundle it with the installer. Closes surge-synthesizer#678 : Font causes Hang on some Windows Closes surge-synthesizer#673 : De-Bold our Lato Former-commit-id: 2e86d037bca7a78e53d2ff204ab65391f4ebbd9c [formerly 0a19dab] Former-commit-id: 5ca736ed704cb2b4860644f167ff29ad53669a10 Former-commit-id: 126e499a3470bb74cf3d7a2cf6edb28cf6f3d30c
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This one is for @baconpaul.
Long story short, seems there's an issue in loading Lato font on Windows, which makes the VST not loadable at all. Solution would be to install the font to the system, and this is how:
https://stackoverflow.com/questions/28186646/install-fonts-to-pc-using-inno-setup
The text was updated successfully, but these errors were encountered: