[aXSL-commit] SF.net SVN: axsl: [455] trunk/axsl/doc/web/font/configure.html
An API for XSL-FO.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2006-04-15 14:01:56
|
Revision: 455 Author: victormote Date: 2006-04-15 07:01:46 -0700 (Sat, 15 Apr 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=455&view=rev Log Message: ----------- Add guide to font-weights. Modified Paths: -------------- trunk/axsl/doc/web/font/configure.html Modified: trunk/axsl/doc/web/font/configure.html =================================================================== --- trunk/axsl/doc/web/font/configure.html 2006-04-15 00:14:31 UTC (rev 454) +++ trunk/axsl/doc/web/font/configure.html 2006-04-15 14:01:46 UTC (rev 455) @@ -277,7 +277,56 @@ Corresponds to the XSL-FO font-style property.</li> <li><strong>weight</strong> (optional, default "normal") = 100 | 200 | 300 | (normal | 400) | 500 | 600 | (bold | 700) | 800 | 900. - Corresponds to the XSL-FO font-weight property.</li> + Corresponds to the XSL-FO font-weight property. Following is an + unofficial guide to the weight values: + <table> + <thead> + <tr> + <td>Description</td> + <td>Weight</td> + </tr> + </thead> + <tbody> + <tr> + <td>Ultralight</td> + <td>100</td> + </tr> + <tr> + <td>Light</td> + <td>200</td> + </tr> + <tr> + <td>SemiLight</td> + <td>300</td> + </tr> + <tr> + <td>Normal, Regular, Roman, Book</td> + <td>400</td> + </tr> + <tr> + <td>Medium</td> + <td>500</td> + </tr> + <tr> + <td>SemiBold</td> + <td>600</td> + </tr> + <tr> + <td>Bold</td> + <td>700</td> + </tr> + <tr> + <td>Black</td> + <td>800</td> + </tr> + <tr> + <td>UltraBlack</td> + <td>900</td> + </tr> + </tbody> + + </table> + </li> <li><strong>simulate-small-caps</strong> takes a percentage, and the "%" character should be included. It performs two functions for applications that can simulate small-caps. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |