Interface IFontSelectorStrategyFactory
-
- All Known Implementing Classes:
BestMatchFontSelectorStrategy.BestMatchFontSelectorStrategyFactory
,FirstMatchFontSelectorStrategy.FirstMathFontSelectorStrategyFactory
public interface IFontSelectorStrategyFactory
The factory forIFontSelectorStrategy
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFontSelectorStrategy
createFontSelectorStrategy(FontProvider fontProvider, FontSelector fontSelector, FontSet additionalFonts)
Creates a new instance ofIFontSelectorStrategy
.
-
-
-
Method Detail
-
createFontSelectorStrategy
IFontSelectorStrategy createFontSelectorStrategy(FontProvider fontProvider, FontSelector fontSelector, FontSet additionalFonts)
Creates a new instance ofIFontSelectorStrategy
.- Parameters:
fontProvider
- the font providerfontSelector
- the font selectoradditionalFonts
- the set of fonts to be used additionally to the fonts added to font provider.- Returns:
- new instance of
IFontSelectorStrategy
-
-