Interface CSS20FontSet

All Superinterfaces:
Serializable
All Known Implementing Classes:
CSS20FontDatabase

public interface CSS20FontSet extends Serializable
This interface provides access to the methods that a client can use to build a font set that is used by a PDF16RichTextFormatter object to resolve CSS font specifications into actual FontData objects. CSS20FontSet objects implement the Serializable interface. The intent is that CSS20FontSets would generally not be entirely regenerated from scratch. Instead, they would be deserialized.

Concurrency

All classes that implement this interface are in general not guaranteed to be threadsafe. Specific implementations may offer tighter guarantees.