Class BasicFormatter

java.lang.Object
com.adobe.fontengine.inlineformatting.BasicFormatter

public final class BasicFormatter extends Object
General purpose inline formatter.

This formatter does not do any font selection or font fallback, the client must have selected fonts.

The client must first pass a run corresponding to a whole paragraph to the preFormat(com.adobe.fontengine.inlineformatting.AttributedRun, int, int) method. It can then pass fragments of the run to the format(AttributedRun, int, int) or format(AttributedRun, int, int, boolean) method.