| OLD | NEW |
| 1 CSS Orientation Test | 1 CSS Orientation Test |
| 2 ==== | 2 ==== |
| 3 | 3 |
| 4 Overview | 4 Overview |
| 5 ---- | 5 ---- |
| 6 CSS Orientation Test are special-purpose OpenType fonts. This open source projec
t provides all of the source files that were used to build these OpenType fonts
by using the AFDKO *makeotf* tool. | 6 CSS Orientation Test are special-purpose OpenType fonts. This open source projec
t provides all of the source files that were used to build these OpenType fonts
by using the AFDKO *makeotf* tool. |
| 7 | 7 |
| 8 Getting Involved | 8 Getting Involved |
| 9 ---- | 9 ---- |
| 10 Send suggestions for changes to the CSS Orientation Test project maintainer, lun
de@adobe.com, for consideration. | 10 Send suggestions for changes to the CSS Orientation Test project maintainer, lun
de@adobe.com, for consideration. |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 | 27 |
| 28 The key to building OpenType fonts is *makeotf*, which is part of AFDKO. Informa
tion and usage instructions can be found by executing *makeotf -h*. | 28 The key to building OpenType fonts is *makeotf*, which is part of AFDKO. Informa
tion and usage instructions can be found by executing *makeotf -h*. |
| 29 | 29 |
| 30 In this repository, all necessary files are in place for building the OpenType f
onts. For example, build a binary OTF font for the full-width version like this,
which also includes a post-process for inserting a "stub" 'DSIG' table: | 30 In this repository, all necessary files are in place for building the OpenType f
onts. For example, build a binary OTF font for the full-width version like this,
which also includes a post-process for inserting a "stub" 'DSIG' table: |
| 31 | 31 |
| 32 % makeotf -f cidfont.ps -r -ch UnicodeAll-UTF32-H | 32 % makeotf -f cidfont.ps -r -ch UnicodeAll-UTF32-H |
| 33 % sfntedit -a DSIG=DSIG.bin CSSFWOrientationTest.otf | 33 % sfntedit -a DSIG=DSIG.bin CSSFWOrientationTest.otf |
| 34 % sfntedit -f CSSFWOrientationTest.otf | 34 % sfntedit -f CSSFWOrientationTest.otf |
| 35 | 35 |
| 36 That is all. | 36 That is all. |
| OLD | NEW |