| Modifier and Type | Method and Description |
|---|---|
TtfFont |
IFontCharactersMerger.mergeFonts(GlyphId[] font1Glyphs,
GlyphId[] font2Glyphs,
String newFontName)
Merges fonts based on glyphs lists passed.
|
TtfFont |
IFontCharactersMerger.mergeFonts(long[] font1CharCodes,
long[] font2CharCodes,
String newFontName)
Merges fonts based on character codes lists passed.
|
TtfFont |
IFontCharactersMerger.mergeFonts(Map<Long,GlyphId> font1Dict,
Map<Long,GlyphId> font2Dict,
String newFontName)
This method version designed for cases when you want to set character codes for glyphs in resultant font explicitly.
|
| Modifier and Type | Method and Description |
|---|---|
static IFontCharactersMerger |
HelpersFactory.getFontCharactersMerger(TtfFont font1,
TtfFont font2)
Creates IFontCharactersMerger instance
|
Copyright © 2021 Aspose. All Rights Reserved.