| Package | Description |
|---|---|
| com.aspose.font |
The com.aspose.font is a root package for all classes that deal with fonts.
|
| com.aspose.font.textutils |
The com.aspose.font.text.utils package provides classes and interfaces for text processing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CffFont
Represents Compact Font Format (CFF).
|
class |
Font
Represents base Font class.
|
class |
TtfFont
Represents TrueType Font (TTF).
|
class |
Type1Font
Represents Type1 Font.
|
class |
Type1MetricFont
Type1 metric font implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlyphRendererBase.renderGlyph(IFont font,
GlyphId glyphId)
Renders glyph.
|
void |
IGlyphRenderer.renderGlyph(IFont font,
GlyphId glyphId)
Renders glyph.
|
void |
GlyphRendererBase.renderGlyph(IFont font,
GlyphId glyphId,
Glyph glyph,
TransformationMatrix glyphPlacementMatrix)
Renders glyph, an objective of this overloaded version - to be used with cache for glyphs.
|
void |
IGlyphRenderer.renderGlyph(IFont font,
GlyphId glyphId,
Glyph glyph,
TransformationMatrix glyphPlacementMatrix)
Renders glyph, an objective of this overloaded version - to be used with cache for glyphs.
|
void |
GlyphRendererBase.renderGlyph(IFont font,
GlyphId glyphId,
TransformationMatrix glyphPlacementMatrix)
Renders glyph.
|
void |
IGlyphRenderer.renderGlyph(IFont font,
GlyphId glyphId,
TransformationMatrix glyphPlacementMatrix)
Renders glyph.
|
void |
GlyphRendererBase.renderGlyph(IFont font,
long glyphIndex)
Renders glyph
|
void |
IGlyphRenderer.renderGlyph(IFont font,
long glyphIndex)
Renders glyph.
|
void |
GlyphRendererBase.renderGlyph(IFont font,
long glyphIndex,
TransformationMatrix glyphPlacementMatrix)
Renders glyph.
|
void |
IGlyphRenderer.renderGlyph(IFont font,
long glyphIndex,
TransformationMatrix glyphPlacementMatrix)
Renders glyph.
|
void |
GlyphRendererBase.renderIndependentGlyphPath(IFont font,
GlyphId glyphId,
Glyph glyph,
TransformationMatrix glyphPlacementMatrix)
Renders glyph using independent glyph path.
|
void |
IGlyphRenderer.renderIndependentGlyphPath(IFont font,
GlyphId glyphId,
Glyph glyph,
TransformationMatrix glyphPlacementMatrix)
Renders glyph using independent glyph path.
|
| Modifier and Type | Method and Description |
|---|---|
GlyphId[] |
IFontMorseDecoder.decode(String morseText,
IFont font)
Deciphers Morse code into glyphs of the specified font.
|
InputStream |
IFontMorseDecoder.decode(String morseText,
IFont font,
double fontSize,
RenderingUtils.LineSpacingType lineSpacingType,
int lineSpacingValue,
int maxWidth)
Deciphers Morse code and draws result in PNG-format.
|
InputStream |
IFontMorseDecoder.decode(String morseText,
IFont font,
double fontSize,
RenderingUtils.LineSpacingType lineSpacingType,
int lineSpacingValue,
int maxWidth,
MorseAlphabets alphabet)
Deciphers Morse code and draws result in PNG-format.
|
InputStream |
IFontMorseDecoder.decode(String morseText,
IFont font,
double fontSize,
RenderingUtils.LineSpacingType lineSpacingType,
int lineSpacingValue,
int maxWidth,
MorseAlphabets alphabet,
char inputSeparator)
Deciphers Morse code and draws result in PNG-format.
|
InputStream |
IFontMorseDecoder.decode(String morseText,
IFont font,
double fontSize,
RenderingUtils.LineSpacingType lineSpacingType,
int lineSpacingValue,
int maxWidth,
MorseAlphabets alphabet,
char inputSeparator,
char outputSeparator)
Deciphers Morse code and draws result in PNG-format.
|
GlyphId[] |
IFontMorseDecoder.decode(String morseText,
IFont font,
MorseAlphabets alphabet)
Deciphers Morse code into glyphs of the specified font.
|
GlyphId[] |
IFontMorseDecoder.decode(String morseText,
IFont font,
MorseAlphabets alphabet,
char inputSeparator)
Deciphers Morse code into glyphs of the specified font.
|
GlyphId[] |
IFontMorseDecoder.decode(String morseText,
IFont font,
MorseAlphabets alphabet,
char inputSeparator,
char outputSeparator)
Deciphers Morse code into glyphs of the specified font.
|
GlyphId[] |
IFontMorseEncoder.encode(String text,
IFont font)
Encodes text in Morse code and returns result as set of glyphs(glyphId).
|
GlyphId[] |
IFontMorseEncoder.encode(String text,
IFont font,
char inputSeparator)
Encodes text in Morse code and returns result as set of glyphs(glyphId).
|
GlyphId[] |
IFontMorseEncoder.encode(String text,
IFont font,
char inputSeparator,
char outputSeparator)
Encodes text in Morse code and returns result as set of glyphs(glyphId).
|
InputStream |
IFontMorseEncoder.encode(String text,
IFont font,
double fontSize,
RenderingUtils.LineSpacingType lineSpacingType,
int lineSpacingValue,
int maxWidth)
Encodes text in Morse code and draws result in PNG-format.
|
InputStream |
IFontMorseEncoder.encode(String text,
IFont font,
double fontSize,
RenderingUtils.LineSpacingType lineSpacingType,
int lineSpacingValue,
int maxWidth,
char inputSeparator)
Encodes text in Morse code and draws result in PNG-format.
|
InputStream |
IFontMorseEncoder.encode(String text,
IFont font,
double fontSize,
RenderingUtils.LineSpacingType lineSpacingType,
int lineSpacingValue,
int maxWidth,
char inputSeparator,
char outputSeparator)
Encodes text in Morse code and draws result in PNG-format.
|
InputStream |
IFontMorseEncoder.encode(String text,
IFont font,
double fontSize,
RenderingUtils.LineSpacingType lineSpacingType,
int lineSpacingValue,
int maxWidth,
MorseAlphabets alphabet)
Encodes text by Morse code and draws result in PNG-format.
|
InputStream |
IFontMorseEncoder.encode(String text,
IFont font,
double fontSize,
RenderingUtils.LineSpacingType lineSpacingType,
int lineSpacingValue,
int maxWidth,
MorseAlphabets alphabet,
char inputSeparator)
Encodes text by Morse code and draws result in PNG-format.
|
InputStream |
IFontMorseEncoder.encode(String text,
IFont font,
double fontSize,
RenderingUtils.LineSpacingType lineSpacingType,
int lineSpacingValue,
int maxWidth,
MorseAlphabets alphabet,
char inputSeparator,
char outputSeparator)
Encodes text by Morse code and draws result in PNG-format.
|
GlyphId[] |
IFontMorseEncoder.encode(String text,
IFont font,
MorseAlphabets alphabet)
Encodes text by Morse code and returns result as set of glyphs(glyph identifiers).
|
GlyphId[] |
IFontMorseEncoder.encode(String text,
IFont font,
MorseAlphabets alphabet,
char inputSeparator)
Encodes text by Morse code and returns result as set of glyphs(glyph identifiers).
|
GlyphId[] |
IFontMorseEncoder.encode(String text,
IFont font,
MorseAlphabets alphabet,
char inputSeparator,
char outputSeparator)
Encodes text by Morse code and returns result as set of glyphs(glyph identifiers).
|
Copyright © 2025 Aspose. All Rights Reserved.