Package | Description |
---|---|
com.groupdocs.editor |
The com.groupdocs.editor namespace is a root namespace, which provides classes for editing multiple document formats in your Java applications.
|
com.groupdocs.editor.htmlcss.resources.fonts |
The com.groupdocs.editor.htmlcss.resources.fonts namespace provides classes that represent font resources.
|
Modifier and Type | Method and Description |
---|---|
List<FontResourceBase> |
EditableDocument.getFonts()
Allows to obtain external font resources, which are used by this HTML
document
|
com.aspose.ms.System.Collections.Generic.List<FontResourceBase> |
EditableDocument.getFontsInternal()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
EotFont
Represents one font in the EOT (Embedded OpenType) format
|
class |
OtfFont
Represents one font in the OTF (Open Type Format) format
|
class |
TtfFont
Represents one font in the TTF (TrueType Font) format
|
class |
Woff2Font
Represents one font in the WOFF2 (Web Open Font Format) format
|
class |
WoffFont
Represents one font in the WOFF (Web Open Font Format) format
|
Modifier and Type | Method and Description |
---|---|
boolean |
FontResourceBase.equals(FontResourceBase other)
Checks this instance with specified font resource on reference equality
|