| Interface | Description |
|---|---|
| IFontSelectorStrategy |
The font selector strategy is responsible for splitting text into parts with one particular font.
|
| IFontSelectorStrategyFactory |
The factory for
IFontSelectorStrategy. |
| Class | Description |
|---|---|
| AbstractFontSelectorStrategy |
The class defines complex implementation of
IFontSelectorStrategy which based on the following algorithm:
1. |
| BestMatchFontSelectorStrategy |
The class implements strategy where the best font for each symbol is used if possible.
|
| BestMatchFontSelectorStrategy.BestMatchFontSelectorStrategyFactory |
The factory for
BestMatchFontSelectorStrategy. |
| FirstMatchFontSelectorStrategy |
The class implements strategy where the first matched font is used to render as many glyphs as possible.
|
| FirstMatchFontSelectorStrategy.FirstMatchFontSelectorStrategyFactory |
The factory for
FirstMatchFontSelectorStrategy. |
| FirstMatchFontSelectorStrategy.FirstMathFontSelectorStrategyFactory | Deprecated
in favour of
FirstMatchFontSelectorStrategy.FirstMatchFontSelectorStrategyFactory (typo fix in word "Match") |
Copyright © 1998–2025 Apryse Group NV. All rights reserved.