seek-oss-ci
released this
29 Jul 23:44
·
5 commits
to master
since this release
Minor Changes
-
#208
e3f73ea
Thanks @michaeltaranto! - Add support for extracting from TrueType Collection by PostScript nameEnable the extraction of font metrics for a specific font from TrueType Collection (TTC) file by providing the
postscriptName
option.For example:
import { fromFile } from '@capsizecss/unpack'; const metrics = await fromFile('AvenirNext.ttc', { postscriptName: 'AvenirNext-Bold', });