Tighten up the overbar spacing slightly.
Fixes https://gitlab.com/kicad/code/kicad/issues/5544
This commit is contained in:
parent
054b5aa475
commit
a0fbb79fd0
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue