Re: [css3 fonts] font-specific features

Sylvain Galineau wrote:

> This is not directly related but allow me to use the opportunity
> to ask the same dumb question I asked at Typecon: how do authors
> find out about the features available in a font and the correct
> integer values to use ?

How do authors find out about the features available in an application?

Documentation. The more complex the capabilities of fonts become, the 
more need there is for documentation of those capabilities and how to 
access them. Some fonts already come with detailed manuals explaining 
how to access specific variant glyphs or behaviours, usually in the 
context of page layout or word processing applications, e.g.
http://www.sbl-site.org/Fonts/SBLHebrewUserManual1.5x.pdf

> Next question for the Web Fonts WG is: would an enumeration of
> the features available in a font be a valuable use of the WOFF
> metadata block ? I suspect it would make the latter far more
> valuable to authors and thus add incentives for browser/tool
> vendors to display its content.

It's possible. In general I'd say that WOFF metadata should apply to the 
WOFF file, i.e. to the wrapper and the delivery of what it contains, 
whereas this is information that relates to the font within the wrapper 
and how it is used, A font 'Manual' link in the font name table, 
alongside the existing designer, foundry and licensing links, seems to 
me a fairly simple way of addressing this.

With the use of web fonts and CSS3, we have the option of making this 
documentation available via HTML and CSS, demonstrating the font 
features live at the same time as providing example syntax.

Since web authors may be working directly with the WOFF file, rather 
than with an unpacked, desktop installed version of the font, is there a 
benefit to having a 'Manual' link in the standard WOFF metadata in 
addition to in the font data? I can imagine that a manual for use of the 
font on the web might differ from or be more CSS-specific than a general 
font manual related to use in a range of environments. So perhaps a case 
can be made, as with the license info metadata, for WOFF-related 
documentation that differs from other documentation.

JH

Received on Saturday, 18 September 2010 00:01:55 UTC