On Wed, Jun 16, 2010 at 9:49 AM, Victor Subervi <victorsube...@gmail.com>wrote:

> On Sat, Jun 12, 2010 at 9:50 PM, Philippe Wittenbergh <e...@l-c-n.com>wrote:
>
>>
>> On Jun 13, 2010, at 10:34 AM, David Laakso wrote:
>>
>> > <http://www.w3.org/TR/2002/WD-css3-webfonts-20020802/>
>> Note that is a very old draft. The current draft is:
>> http://www.w3.org/TR/css3-webfonts/
>>
>
Actually, this doc, while being good, doesn't have anything at all to do
with my question concerning pantose-1. stemv, stemh, etc. and I still don't
know how to manipulate them to see what they do:

<!--
h3 { font-variant: small-caps }
em { font-style: oblique }
-->
<html><head>
<style type="text/css">
.test {
  font-size: xx-large;
  font-style: normal;
  font-variant: small-caps;
  font-weight: 600;
  line-height: normal;
  font-family: Arial;
  font-stretch: expanded;
  stemv: .5em;
  stemh: 1em;
  slope: 40;
}
</style>
</head><body>
<span class='test'>Hello</span>
</body></html>

Please advise.
TIA,
Victor
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to