iText 8.0.5 API
iText.Layout.Font.Selectorstrategy Namespace Reference

Classes

class   AbstractFontSelectorStrategy
  The class defines complex implementation of IFontSelectorStrategy which based on the following algorithm: 1. More...
 
class   BestMatchFontSelectorStrategy
  The class implements strategy where the best font for each symbol is used if possible. More...
 
class   FirstMatchFontSelectorStrategy
  The class implements strategy where the first matched font is used to render as many glyphs as possible. More...
 
interface   IFontSelectorStrategy
  The font selector strategy is responsible for splitting text into parts with one particular font. More...
 
interface   IFontSelectorStrategyFactory
  The factory for IFontSelectorStrategy. More...