public final class FontManager.ActiveFonts extends Object
Modifier | Constructor and Description |
---|---|
protected |
ActiveFonts(IPointDocument pd) |
Modifier and Type | Method and Description |
---|---|
PointFont |
get(FontEntry key,
double size) |
PointFont |
get(FontEntry key,
StringList newText,
int fitWidth,
int fitHeight) |
PointFont |
get(String keyName,
int style,
double size) |
PointFont |
get(String keyName,
int style,
StringList newText,
int fitWidth,
int fitHeight) |
protected ActiveFonts(IPointDocument pd)
public PointFont get(String keyName, int style, StringList newText, int fitWidth, int fitHeight)
public PointFont get(FontEntry key, StringList newText, int fitWidth, int fitHeight)