Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

caryll/otfcc-ttcize

Repository files navigation

otfcc-ttcize

TrueType TTC bundler with glyph sharing.

NOTE: Glyph sharing do not work for CFF. Please consider use otf2otc instead.

Usage

otfcc-ttcize [options] -o <output> <input.ttf> <input2.ttf> ...

Options

  • -x: Use the “gap mode” to support more than 65,535 glyph data in one TTC. Note that it may cause compatibility issues in legacy software.
  • -h: Wrap hint instructions. It would be disabled under “gap mode”.
  • --common-width=<length>--common-height=<length>: Set the most common glyph width and height. It will reduce the size of hmtx and vmtx tables.
  • --otfccdump-command=<path>--otfccbuild-command=<path>: Set the path of otfcc executables.

About

Merge and share glyphs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published