diff options
author | John Thornton <bjt128@gmail.com> | 2009-05-01 19:56:29 +0000 |
---|---|---|
committer | John Thornton <bjt128@gmail.com> | 2009-05-01 19:56:29 +0000 |
commit | c74613fcf358574ccf45fda4abc8329e18c4243b (patch) | |
tree | bde623b8906b71af5f7f6da73dfa82e827944014 | |
parent | c48a676b9f17d73d5e035125209ce494c569d993 (diff) | |
download | linuxcnc-c74613fcf358574ccf45fda4abc8329e18c4243b.tar.gz linuxcnc-c74613fcf358574ccf45fda4abc8329e18c4243b.zip |
helvetica 12 italic does not show up well on some monitors
-rwxr-xr-x | scripts/latency-test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/latency-test b/scripts/latency-test index a35238c28..759ec3603 100755 --- a/scripts/latency-test +++ b/scripts/latency-test @@ -75,7 +75,7 @@ cat > lat.xml <<EOF While the test is running, you should "abuse" the computer. Move windows around on the screen. Surf the web. Copy some large files around on the disk. Play some music. Run an OpenGL program such as glxgears. The idea is to put the PC through its paces while the latency test checks to see what the worst case numbers are.""" </text> </label> -<tablerow/><label/><label text="Max Interval (ns)" font="Helvetica 12 italic"/><label text="Max Jitter (ns)" font="Helvetica 12 italic"/><label text="Last interval (ns)" font="Helvetica 12 italic"/> +<tablerow/><label/><label text="Max Interval (ns)" font="Helvetica 12"/><label text="Max Jitter (ns)" font="Helvetica 12 bold"/><label text="Last interval (ns)" font="Helvetica 12"/> <tablerow/><label text="Servo thread ($SERVO_HUMAN):"/><s32 halpin="sl"/><s32 halpin="sj" font="Helvetica 12 bold"/><s32 halpin="st"/> <tablerow/><button text="Reset Statistics" halpin="reset"/> </table> @@ -120,7 +120,7 @@ cat > lat.xml <<EOF While the test is running, you should "abuse" the computer. Move windows around on the screen. Surf the web. Copy some large files around on the disk. Play some music. Run an OpenGL program such as glxgears. The idea is to put the PC through its paces while the latency test checks to see what the worst case numbers are.""" </text> </label> -<tablerow/><label/><label text="Max Interval (ns)" font="Helvetica 12 italic"/><label text="Max Jitter (ns)" font="Helvetica 12 italic"/><label text="Last interval (ns)" font="Helvetica 12 italic"/> +<tablerow/><label/><label text="Max Interval (ns)" font="Helvetica 12"/><label text="Max Jitter (ns)" font="Helvetica 12 bold"/><label text="Last interval (ns)" font="Helvetica 12"/> <tablerow/><label text="Servo thread ($SERVO_HUMAN):"/><s32 halpin="sl"/><s32 halpin="sj" font="Helvetica 12 bold"/><s32 halpin="st"/> <tablerow/><label text="Base thread ($BASE_HUMAN):"/><s32 halpin="bl"/><s32 halpin="bj" font="Helvetica 12 bold"/><s32 halpin="bt"/> <tablerow/><button text="Reset Statistics" halpin="reset"/> |