Example usage for com.lowagie.text FontFactoryImp subclass-usage

List of usage examples for com.lowagie.text FontFactoryImp subclass-usage

Introduction

In this page you can find the example usage for com.lowagie.text FontFactoryImp subclass-usage.

Usage

From source file fr.opensagres.xdocreport.itext.extension.font.ExtendedFontFactoryImp.java

public class ExtendedFontFactoryImp extends FontFactoryImp {

    @Override
    public void register(String path, String alias) {
        super.register(path, alias);
        if (path.endsWith("symbol.ttf")) {