font-glyph-check
v1.0.1
Published
A Plugin to check if a certain character is supported by an ttf Font
Downloads
2
Readme
How to use
const FontCheck = require("font-glyph-check");
const ttfFile = "./yourFont.ttf"
let supported = FontCheck.isStringSupported(ttfFile, "يموت اختبار عين");
//returns boolean