This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
nanovg
mirror of
https://github.com/VCVRack/nanovg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Fix compile issue for missing { in fontstash.h
shared-context
Kenny Sharma
6 years ago
parent
53599bb4a6
commit
97fc85668f
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/fontstash.h
+ 1
- 0
src/fontstash.h
View File
@@ -273,6 +273,7 @@ int fons__tt_init(FONScontext *context)
}
int fons__tt_done(FONScontext *context)
{
FONS_NOTUSED(context);
return 1;
}
Write
Preview
Loading…
Cancel
Save