Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(658)

Side by Side Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/support/adobe-fonts/README.md

Issue 1161223002: Import csswg-test/css-writing-modes-3/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Comments updated Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698