Re: [css3-fonts] subscript/superscript variants
Tal Leming <[email protected]> Thu, 10 May 2012 11:30:45 -0400
| Newsgroups | gmane.comp.web.fonts,gmane.comp.web.css.general |
|---|---|
| Message-ID | <[email protected]> |
On May 10, 2012, at 11:09 AM, Christoph P=E4per wrote: > Tal Leming: >=20 >> Are you saying that font developers should build things like this >>=20 >> user input: E =3D mc^2 >> output: E =3D mc=B2 >>=20 >> into fonts via OpenType features? >=20 > I=92m saying that either fonts should support that This isn't really possible with OpenType as the power of GSUB and GPOS = lookups is rather limited. It's unfortunately not regex-like at = all=97everything has to be hard coded. It's also far too deep of a = problem for a font to solve on it's own=97scripts * languages * = superscript * subscript * small caps * unicase * all other = transformations * authors' preferred markup syntax. The table sizes = would be monstrously large if one could even get past the size limits = that are part of the GSUB and GPOS format. Tal=