Search
Follow Us
Categories
- Success Stories(157)
Archives
Tag Archives: Java Font API
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.
… Continue ReadingManipulate 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.