GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
OTS-SANITIZE(1) User Commands OTS-SANITIZE(1)

ots-sanitize - font validator and transcoder

ots-sanitize [OPTIONS]... FONT_FILE [DEST_FONT_FILE] [FONT_INDEX]

ots-sanitize is a program which validates and/or transcodes a font file using the OTS library.

The OpenType Sanitizer (OTS) parses and serializes OpenType files (OTF, TTF) and WOFF and WOFF2 font files, validating them and sanitizing them as it goes.

--quiet
do not display information or error messages
--version
output version information and exit

Sanitize a sample and save it to another file:

$ ots-sanitize sample.otf transcoded_sample.otf
File sanitized successfully!

Try to sanitize a malformed file:

$ ots-sanitize malformed.ttf
WARNING: bad range shift
ERROR at src/ots.cc:670 (ProcessGeneric)
Failed to sanitize file!

Report bugs to <https://github.com/khaledhosny/ots/issues>

ots-idempotent(1), ots-perf(1), ots-side-by-side(1), ots-validator-checker(1)
November 2020 OpenType Sanitizer

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.