| 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 | Method and Description |
|---|---|
static RenderingUtils.LineSpacingType |
RenderingUtils.LineSpacingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RenderingUtils.LineSpacingType[] |
RenderingUtils.LineSpacingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static InputStream |
RenderingUtils.drawText(Font font,
GlyphId[] glyphIds,
double fontSize,
RenderingUtils.LineSpacingType lineSpacingType,
int lineSpacingValue,
int maxWidth)
Rendering text in BitMap.
|
static InputStream |
RenderingUtils.drawText(Font font,
String text,
double fontSize,
RenderingUtils.LineSpacingType lineSpacingType,
int lineSpacingValue,
int maxWidth)
Rendering text in BitMap.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
Copyright © 2025 Aspose. All Rights Reserved.