Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions python/afdko/makeotf.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
Note: if any of the bits 7,8,9 are set on or
off, they must all three be explicitly
set. See "New OS/2 Bits" in the
"MakeOTFUserGuide.pdf" file.
makeotf user guide (URL at bottom).

-osv <number> Set the OS/2 table version to the specified
value. Must be greater than 0. If no bits >6
Expand Down Expand Up @@ -281,7 +281,8 @@

Note that options are applied in the order in which they are
specified: "-r -nS" will not subroutinize a font, but "-nS -r" will
subroutinize a font. See the document 'MakeOTFUserGuide.pdf' for the
subroutinize a font. See the makeotf user guide at
https://adobe-type-tools.github.io/afdko/MakeOTFUserGuide.html for
format and contents of the fontinfo and project files.
"""

Expand Down