- From: John Russell <ve3ll@rac.ca>
- Date: Sun, 16 Nov 2003 18:41:49 -0500 (EST)
- To: www-amaya@w3.org
- Message-ID: <3FB7C55E.30732.DC4E95@localhost>
The attached short test reveals that Amaya does not scale pt sizes correctly and hits a max around 40 pt. The scaling mechanism needs quite a bit of work to make it correct... In this area SIZE does MATTER ;-] ;-] -- john russell ve3ll@rac.ca [those are L's as in LLAMA] http://home.cogeco.ca/~ve3ll http://home.cogeco.ca/~trains http://home.cogeco.ca/~cipher
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head><title>Font Size Test - ve3ll@rac.ca</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
span {font-size:6pt}
span.a {font-size:12pt}
span.b {font-size:18pt}
span.c {font-size:24pt}
span.d {font-size:30pt}
span.e {font-size:36pt}
span.f {font-size:42pt}
span.g {font-size:48pt}
span.h {font-size:54pt}
span.i {font-size:60pt}
span.j {font-size:66pt}
span.k {font-size:72pt}
</style></head><body>
<span>I</span>
<span class="a">I</span><span class="b">I</span>
<span class="c">I</span><span class="d">I</span>
<span class="e">I</span><span class="f">I</span>
<span class="g">I</span><span class="h">I</span>
<span class="i">I</span><span class="j">I</span>
<span class="k">I</span>
<p>The sixth one over is 36pt and should measure 1/2 inch!</p>
<p>And the scaling should continue at least to 72 pt.</p>
</body></html>
Received on Tuesday, 18 November 2003 03:07:39 UTC