Open davelab6 opened 4 years ago
This is now the best way to check if a character is in a font using fontTool:
from fontTools import ttLib ord('य') in ttLib.TTFont("font.ttf").getBestCmap()
This is now the best way to check if a character is in a font using fontTool: