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 for issue
#143
- removed duplicate call to nvgTextMetrics()
shared-context
Mikko Mononen
10 years ago
parent
bd762f81a6
commit
6b69e7bce0
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
src/nanovg.c
+ 0
- 2
src/nanovg.c
View File
@@ -2674,8 +2674,6 @@ void nvgTextBoxBounds(NVGcontext* ctx, float x, float y, float breakRowWidth, co
nvgTextMetrics(ctx, NULL, NULL, &lineh);
nvgTextMetrics(ctx, NULL, NULL, &lineh);
state->textAlign = NVG_ALIGN_LEFT | valign;
minx = maxx = x;
Write
Preview
Loading…
Cancel
Save