In May, I asked for a way to stretch a text (or a font) by a certain percentage:
http://www.princexml.com/bb/viewtopic.php?t=2296
There is the "font-stretch" property, but it means selecting a font variant: condensed, expanded, etc.
Only some fonts have those variants (Helvetica, for example).
What I wanted was a way to (geometrically) transform a text making it narrower. The resulting text makes some violence to the glyphs, which are designed to appear in certain proportions, but for limited amounts of stretch the result can be acceptable.
Now I have found there's a W3C draft for "CSS 2D Transforms Module Level 3":
http://www.w3.org/TR/2009/WD-css3-2d-transforms-20090320/
Now there's a standard way to specify transformations in general and not only text ones. Are you going to implement it?
http://www.princexml.com/bb/viewtopic.php?t=2296
There is the "font-stretch" property, but it means selecting a font variant: condensed, expanded, etc.
Only some fonts have those variants (Helvetica, for example).
What I wanted was a way to (geometrically) transform a text making it narrower. The resulting text makes some violence to the glyphs, which are designed to appear in certain proportions, but for limited amounts of stretch the result can be acceptable.
Now I have found there's a W3C draft for "CSS 2D Transforms Module Level 3":
http://www.w3.org/TR/2009/WD-css3-2d-transforms-20090320/
Now there's a standard way to specify transformations in general and not only text ones. Are you going to implement it?