English

Check Latin Symbols Support for TrueType or Type1 Fonts in C#

As a C# developer, you can easily determine whether any TrueType font or Type1 font supports Latin symbols or not. In this article, you will learn how to check Latin symbols support for fonts using C#.
April 27, 2022 · 3 min · Muzammil Khan

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.
October 1, 2020 · 2 min · Usman Aziz