PDF Clown CLI Samples
0.1.2

org.pdfclown.samples.cli
Class StandardFontSample

java.lang.Object
  extended by org.pdfclown.samples.cli.Sample
      extended by org.pdfclown.samples.cli.StandardFontSample

public class StandardFontSample
extends Sample

This sample demonstrates how to use of standard Type 1 fonts, which are the14 built-in fonts prescribed by the PDF specification to be shipped along with any conformant PDF viewer.

In particular, this sample displays the complete glyphset of each standard font, iterating through character codes and glyph styles (regular, italic, bold).

Since:
0.0.7
Version:
0.1.2, 11/30/12
Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)

Constructor Summary
StandardFontSample()
           
 
Method Summary
 void run()
          Executes the sample.
 
Methods inherited from class org.pdfclown.samples.cli.Sample
getIndentation, getOutputPath, getOutputPath, getResourcePath, isQuit, prompt, promptChoice, promptChoice, promptFileChoice, promptNextPage, promptPageChoice, promptPageChoice, quit, serialize, serialize, serialize, serialize, serialize, serialize, serialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardFontSample

public StandardFontSample()
Method Detail

run

public void run()
Description copied from class: Sample
Executes the sample.

Specified by:
run in class Sample

PDF Clown CLI Samples
0.1.2

Project home page

Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.