English

Convert CFF to TTF Font in C#

You may need to convert a CFF file to TTF format in some scenarios. Following such requirements, this article covers how to convert a CFF file to TTF format programmatically in C#.
October 27, 2022 · 2 min · Farhan Raza

Convert CFF to TTF Font Programmatically in Java

CFF files have the flexibility and extensibility to be used with high-quality printing environments. In some cases, you may need to convert a CFF file to TTF True Type Font format. Accordingly, this article covers how to convert CFF to TTF programmatically in Java.
September 27, 2022 · 2 min · Farhan Raza