public class BestMatchFontSelectorStrategy extends AbstractFontSelectorStrategy
| Modifier and Type | Class and Description |
|---|---|
static class |
BestMatchFontSelectorStrategy.BestMatchFontSelectorStrategyFactory
The factory for
BestMatchFontSelectorStrategy. |
| Constructor and Description |
|---|
BestMatchFontSelectorStrategy(FontProvider fontProvider,
FontSelector fontSelector,
FontSet additionalFonts)
Creates a new instance of
BestMatchFontSelectorStrategy. |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isCurrentFontCheckRequired()
If it is necessary to provide a check that the best font for passed symbol equals to the current font.
|
getGlyphLines, matchFontpublic BestMatchFontSelectorStrategy(FontProvider fontProvider, FontSelector fontSelector, FontSet additionalFonts)
BestMatchFontSelectorStrategy.fontProvider - the font providerfontSelector - the font selectoradditionalFonts - the set of fonts to be used additionally to the fonts added to font provider.protected boolean isCurrentFontCheckRequired()
isCurrentFontCheckRequired in class AbstractFontSelectorStrategytrue if check is needed, otherwise falseCopyright © 1998–2025 Apryse Group NV. All rights reserved.