public class BaseFormatter extends Object
| Constructor and Description |
|---|
BaseFormatter() |
| Modifier and Type | Method and Description |
|---|---|
int |
canRenderWithFont(FontData fontData,
AttributedRun run,
int start,
int limit) |
int |
canRenderWithNotdef(AttributedRun run,
int start,
int limit) |
int |
firstPass(AttributedRun run,
int start,
int limit) |
int |
format(AttributedRun run,
int start,
int limit,
boolean shouldKern) |
void |
posFromAdvanceWidth(AttributedRun run,
FontData fontData,
int first,
int limit) |
public int firstPass(AttributedRun run, int start, int limit)
public int canRenderWithNotdef(AttributedRun run, int start, int limit) throws InvalidFontException, UnsupportedFontException, FontLoadingException
public int canRenderWithFont(FontData fontData, AttributedRun run, int start, int limit) throws InvalidFontException, UnsupportedFontException, FontLoadingException
public int format(AttributedRun run, int start, int limit, boolean shouldKern) throws InvalidFontException, UnsupportedFontException, FontLoadingException
public void posFromAdvanceWidth(AttributedRun run, FontData fontData, int first, int limit) throws InvalidFontException, UnsupportedFontException, InvalidGlyphException
Copyright © 2010 - 2020 Adobe. All Rights Reserved