Metodo Aspose::Font::Factories::TextUtilsFactory::GetFontCharactersMerger
TextUtilsFactory::GetFontCharactersMerger method
Ottiene un’istanza della classe FontCharactersMerger.
System::SharedPtr<Common_FontMerger::FontCharactersMerger> Aspose::Font::Factories::TextUtilsFactory::GetFontCharactersMerger(System::SharedPtr<Font> primaryFont, System::SharedPtr<Font> secondaryFont, FontType outType)
| Parametro | Tipo | Descrizione |
|---|---|---|
| primaryFont | System::SharedPtr<Font> | Font principale da cui prendere i glifi |
| secondaryFont | System::SharedPtr<Font> | Font secondario da cui prendere i glifi |
| outType | FontType | Il formato del font unito in output. |
ReturnValue
Interfaccia di fusione dei font o null se non è stato trovato un fuso appropriato per il formato del font di input.
Vedi anche
- Typedef SharedPtr
- Class FontCharactersMerger
- Class Font
- Enum FontType
- Class TextUtilsFactory
- Namespace Aspose::Font::Factories
- Library Aspose.Font for C++