summaryrefslogtreecommitdiff
path: root/graphics/circuit_macros/examples/svg/FontsSVG.m4
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/circuit_macros/examples/svg/FontsSVG.m4')
-rw-r--r--graphics/circuit_macros/examples/svg/FontsSVG.m413
1 files changed, 8 insertions, 5 deletions
diff --git a/graphics/circuit_macros/examples/svg/FontsSVG.m4 b/graphics/circuit_macros/examples/svg/FontsSVG.m4
index 856014836b..57dcd431a5 100644
--- a/graphics/circuit_macros/examples/svg/FontsSVG.m4
+++ b/graphics/circuit_macros/examples/svg/FontsSVG.m4
@@ -3,10 +3,13 @@
gen_init
textht = 0.2
-define(`ft',`{ svg_font(`$1',`$2',`$3',"`$1'")}; move down 0.5; right_')
+define(`ft',`{ svg_font(`$1',`$2',`$3',"`$1'" ljust)
+ move to (B.w+(2.5,0),Here)
+ svg_font(`$1',`$2',`$3',"ABCDEFG abcdefg" ljust)}
+ move down 0.5; right_')
-B: box wid 4 ht 7
- move to B.nw+(2,-0.5)
+B: box wid 5.5 ht 7
+ move to B.nw+(0.5,-0.5)
ft(Arial)
ft(Helvetica)
@@ -23,6 +26,6 @@ B: box wid 4 ht 7
ft(Arial Black)
ft(Impact)
- textht = 0.1
- "These may be vewer-dependent" above ljust at B.sw
+ textht = 0.12
+ "These may be viewer-dependent" above ljust at B.sw
.PE