Browse Source

Change back to original font size for Braids display.

pull/114/head
Andrew Belt 3 years ago
parent
commit
334c6cc597
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/Braids.cpp

+ 2
- 2
src/Braids.cpp View File

@@ -275,11 +275,11 @@ struct BraidsDisplay : TransparentWidget {


// Text // Text
nvgGlobalAlpha(args.vg, 1.0); nvgGlobalAlpha(args.vg, 1.0);
nvgFontSize(args.vg, 48);
nvgFontSize(args.vg, 38);
nvgFontFaceId(args.vg, font->handle); nvgFontFaceId(args.vg, font->handle);
nvgTextLetterSpacing(args.vg, 2.5); nvgTextLetterSpacing(args.vg, 2.5);


Vec textPos = Vec(11, 47);
Vec textPos = Vec(9, 48);
NVGcolor textColor = nvgRGB(0xaf, 0xd2, 0x2c); NVGcolor textColor = nvgRGB(0xaf, 0xd2, 0x2c);
nvgFillColor(args.vg, nvgTransRGBA(textColor, 16)); nvgFillColor(args.vg, nvgTransRGBA(textColor, 16));
// Background of all segments // Background of all segments


Loading…
Cancel
Save