| Package | Description |
|---|---|
| com.aspose.font |
The com.aspose.font is a root package for all classes that deal with fonts.
|
| 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(int[] font1CharCodes,
int[] font2CharCodes,
String newFontName)
Merges fonts based on character codes lists passed.
|
TtfFont |
IFontCharactersMerger.mergeFonts(Map<Integer,GlyphId> font1Dict,
Map<Integer,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 © 2025 Aspose. All Rights Reserved.