Skip to content

Commit bc5b775

Browse files
committed
Update to JUCE 8.0.13
1 parent 5a2faca commit bc5b775

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Libraries/JUCE

Submodule JUCE updated 509 files

Source/Utility/NVGGraphicsContext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ void NVGGraphicsContext::drawGlyphs(Span<uint16_t const> glyphs, Span<Point<floa
393393
if (!cacheHit) {
394394
Path p;
395395
auto f = getFont();
396-
f.getTypefacePtr()->getOutlineForGlyph(f.getMetricsKind(), glyph, p);
396+
f.getTypefacePtr()->getOutlineForGlyph(glyph, p);
397397

398398
setPath(p, AffineTransform());
399399
nvgFill(nvg);

0 commit comments

Comments
 (0)