]> git.mxchange.org Git - flightgear.git/commit
- don't use 10 pt font size for width calculations, when in fact we use
authormfranz <mfranz>
Mon, 24 Jul 2006 16:00:18 +0000 (16:00 +0000)
committermfranz <mfranz>
Mon, 24 Jul 2006 16:00:18 +0000 (16:00 +0000)
commitbd9ec88355d20ee0f92d1ec2da708a5945ad193f
treefebf5c16ccad6924230f70383f71c0a76d2d3c59
parentb010480bfbd67be03ca8ec37a129c0ee70a852bf
- don't use 10 pt font size for width calculations, when in fact we use
  a 8 pt font (set 8 pt in preferences.xml, too)
- fix vertical alignment of digits in label and ladder (temporary
  solution -- the whole font handling needs to be reviewd and fixed)
- simplify nadir and zenith (they always want to be horizontally centered
  on the ladder lines, no?)
- simplify and abstract label box drawing (no need for stippled side lines)
- align text (more) correctly in label boxes
src/Instrumentation/HUD/HUD.cxx
src/Instrumentation/HUD/HUD.hxx
src/Instrumentation/HUD/HUD_dial.cxx
src/Instrumentation/HUD/HUD_instrument.cxx
src/Instrumentation/HUD/HUD_label.cxx
src/Instrumentation/HUD/HUD_ladder.cxx
src/Instrumentation/HUD/HUD_tape.cxx