Example usage for com.lowagie.text.pdf PdfGraphics2D subclass-usage

List of usage examples for com.lowagie.text.pdf PdfGraphics2D subclass-usage

Introduction

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

Usage

From source file net.sf.jasperreports.engine.export.PdfGlyphGraphics2D.java

/**
 * @author Lucian Chirita (lucianc@users.sourceforge.net)
 */
public class PdfGlyphGraphics2D extends PdfGraphics2D {

    private static final float BOLD_STRIKE_FACTOR = 1f / 30f;