Detect Latin Symbols in TrueType and Type1 Fonts using C++

In the previous post, you have seen how to load and work with CFF, TrueType, OpenType, and Type1 fonts from within your C++ applications. This article takes you one step further by demonstrating how to detect the Latin symbols in a font programmatically using C++. After detection, you can decide whether a font supports the Latin symbols or not.
<span title='2020-10-01 16:18:43 +0000 UTC'>October 1, 2020</span>&nbsp;·&nbsp;0 min&nbsp;·&nbsp;Usman Aziz