
Product
Introducing Scala and Kotlin Support in Socket
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
character-map
Advanced tools
A simple command line tool for dumping a UTF-8 string of characters supported by a font file
A simple command line tool for dumping a UTF-8 string of characters supported by a font file.
Unicode fonts are usually too large to be embedded as webfont: subsetting is necessary to get them into a reasonable size, especially for CJK fonts.
But which ones do you subset to ensure your design look consistent? There are 2 major approaches:
I prefer the latter approach, because it's a lot easier to optimize and has less of an impact to performance.
And Apple agrees, their sites for China Mainland, Hong Kong and Japan all use this approach.
But I wonder what characters they pick for their CJK subsets?
character-map
to the rescue!
npm install character-map -g
TrueType, OpenType, WOFF v1 files are supported at the moment.
$ character-map -f my.ttf > map.txt
map.txt
will contain a list of characters found in the font. Now you can use this result with a subsetting tool like fontmin.
$ fontmin -t `cat map.txt` other.ttf > subset.ttf
Of course you can verify the result with character-map
again.
MIT
Inspired by CharacterMap and uses opentype.js.
v1.1.0
FAQs
A simple command line tool for dumping a UTF-8 string of characters supported by a font file
The npm package character-map receives a total of 1 weekly downloads. As such, character-map popularity was classified as not popular.
We found that character-map demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
Application Security
/Security News
Socket CEO Feross Aboukhadijeh and a16z partner Joel de la Garza discuss vibe coding, AI-driven software development, and how the rise of LLMs, despite their risks, still points toward a more secure and innovative future.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.