public class FirstMatchFontSelectorStrategy extends AbstractFontSelectorStrategy
| Modifier and Type | Class and Description |
|---|---|
static class |
FirstMatchFontSelectorStrategy.FirstMathFontSelectorStrategyFactory
The factory for
FirstMatchFontSelectorStrategy. |
| Constructor and Description |
|---|
FirstMatchFontSelectorStrategy(FontProvider fontProvider,
FontSelector fontSelector,
FontSet additionalFonts)
Creates a new instance of
FirstMatchFontSelectorStrategy. |
| 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 FirstMatchFontSelectorStrategy(FontProvider fontProvider, FontSelector fontSelector, FontSet additionalFonts)
FirstMatchFontSelectorStrategy.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.