This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Set blendish font as soon as the font is loaded, in addition to at the beginning of each frame.
tags/v2.0.0
Andrew Belt
4 years ago
parent
7a789af954
commit
476a49b33b
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/window.cpp
+ 1
- 0
src/window.cpp
View File
@@ -298,6 +298,7 @@ Window::Window() {
// Load default Blendish font
uiFont = loadFont(asset::system("res/fonts/DejaVuSans.ttf"));
bndSetFont(uiFont->handle);
}
Window::~Window() {
Write
Preview
Loading…
Cancel
Save