public class TextUtilsFactory extends Object
Provides functionality for retrieving creators of text service objects
| Constructor and Description |
|---|
TextUtilsFactory() |
| Modifier and Type | Method and Description |
|---|---|
FontCharactersMerger |
getFontCharactersMerger(Font primaryFont,
Font secondaryFont,
FontType outType) |
IFontMorseDecoder |
getFontMorseDecoder()
Gets the
IFontMorseDecoder instance. |
IFontMorseEncoder |
getFontMorseEncoder()
Gets the
IFontMorseEncoder instance. |
IMorseDecoder |
getMorseDecoder()
Gets the
IMorseDecoder instance. |
IMorseEncoder |
getMorseEncoder()
Gets the
IMorseEncoder instance. |
static boolean |
isCffSimpleFontMerging(Font primaryFont,
Font secondaryFont,
FontType outType) |
public IMorseDecoder getMorseDecoder()
Gets the IMorseDecoder instance.
IMorseDecoder instance.public IMorseEncoder getMorseEncoder()
Gets the IMorseEncoder instance.
IMorseEncoder instance.public IFontMorseDecoder getFontMorseDecoder()
Gets the IFontMorseDecoder instance.
IFontMorseDecoder instance.public IFontMorseEncoder getFontMorseEncoder()
Gets the IFontMorseEncoder instance.
IFontMorseEncoder instance.public FontCharactersMerger getFontCharactersMerger(Font primaryFont, Font secondaryFont, FontType outType)
Copyright © 2025 Aspose. All Rights Reserved.