Skip to main content
Skip table of contents

iText in Action Chapter 11: Choosing the right font

These examples were written in the context of Chapter 11 of the book "iText in Action - Second Edition".


fonttypes

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part3/chapter11/FontTypes.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter11/FontTypes.cs##


ttcexample

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part3/chapter11/TTCExample.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter11/TTCExample.cs##


encodingnames

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part3/chapter11/EncodingNames.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter11/EncodingNames.cs##


encodingexample

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part3/chapter11/EncodingExample.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter11/EncodingExample.cs##


unicodeexample

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part3/chapter11/UnicodeExample.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter11/UnicodeExample.cs##


fontfileandsizes

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part3/chapter11/FontFileAndSizes.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter11/FontFileAndSizes.cs##


type3example

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part3/chapter11/Type3Example.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter11/Type3Example.cs##


cjkexample

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part3/chapter11/CJKExample.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter11/CJKExample.cs##


verticaltextexample1

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part3/chapter11/VerticalTextExample1.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter11/VerticalTextExample1.cs##


verticaltextexample2

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part3/chapter11/VerticalTextExample2.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter11/VerticalTextExample2.cs##


righttoleftexample

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part3/chapter11/RightToLeftExample.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter11/RightToLeftExample.cs##


saypeace

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part3/chapter11/SayPeace.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter11/SayPeace.cs##


diacritics1

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part3/chapter11/Diacritics1.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter11/Diacritics1.cs##


diacritics2

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part3/chapter11/Diacritics2.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter11/Diacritics2.cs##


monospace

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part3/chapter11/Monospace.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter11/Monospace.cs##


extracharspace

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part3/chapter11/ExtraCharSpace.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter11/ExtraCharSpace.cs##


ligatures1

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part3/chapter11/Ligatures1.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter11/Ligatures1.cs##


ligatures2

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part3/chapter11/Ligatures2.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter11/Ligatures2.cs##


fontfactoryexample

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part3/chapter11/FontFactoryExample.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter11/FontFactoryExample.cs##


fontselectionexample

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part3/chapter11/FontSelectionExample.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter11/FontSelectionExample.cs##


peace

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part3/chapter11/Peace.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter11/Peace.cs##

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.