English

Render Text with TrueType and Type1 Fonts using Java

In the previous article, you have seen how to load CFF, TrueType and Type1 fonts programmatically using Java. Today, we will discuss another interesting feature of our Java font manipulation API - rendering text using fonts. By the end of this article, you will be able to render text using TrueType and Type1 fonts from within your Java applications. So let’s start. About Java Font Manipulation API Implement Text Rendering Method Render Text using TrueType Fonts in Java Render Text using Type1 Fonts in Java Java Font Manipulation API Aspose.
October 28, 2020 · 2 min · Usman Aziz

Manipulate CFF, TrueType, and Type1 Fonts using Java

Fonts play an important role in the presentation of the text within the documents and web pages. Various font families are available that allow you to use fancy characters in order to make your text appealing. Since Aspose deals with file format automation, we have launched a dedicated font manipulation API to work with font file formats. In this article, you will get familiar with our Java Font API and learn how to work with CFF, TrueType, OpenType, and Type1 fonts from within your Java applications.
October 27, 2020 · 3 min · Usman Aziz