Tighten up the overbar spacing slightly.

Fixes https://gitlab.com/kicad/code/kicad/issues/5544
This commit is contained in:
Jeff Young 2020-09-08 11:01:28 +01:00
parent 054b5aa475
commit a0fbb79fd0
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
using namespace KIGFX;
const double STROKE_FONT::INTERLINE_PITCH_RATIO = 1.61;
const double STROKE_FONT::OVERBAR_POSITION_FACTOR = 1.40;
const double STROKE_FONT::OVERBAR_POSITION_FACTOR = 1.33;
const double STROKE_FONT::BOLD_FACTOR = 1.3;
const double STROKE_FONT::STROKE_FONT_SCALE = 1.0 / 21.0;
const double STROKE_FONT::ITALIC_TILT = 1.0 / 8;