public class FigletNTextArtTextRenderer extends Object implements NTextArtTextRenderer, Cloneable
| Modifier and Type | Field and Description |
|---|---|
static int |
SM_KERN |
static int |
SM_SMUSH |
static int |
SM_SMUSH_BIGX |
static int |
SM_SMUSH_EQUAL |
static int |
SM_SMUSH_HARDBLANK |
static int |
SM_SMUSH_HIERARCHY |
static int |
SM_SMUSH_PAIR |
static int |
SM_SMUSH_UNDERSCORE |
| Constructor and Description |
|---|
FigletNTextArtTextRenderer(InputStream stream) |
FigletNTextArtTextRenderer(InputStream in,
String name) |
FigletNTextArtTextRenderer(NInputSource file) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
acceptContent(String content) |
protected FigletNTextArtTextRenderer |
clone() |
String |
getName() |
static NOptional<FigletNTextArtTextRenderer> |
ofName(String name) |
NText |
render(NText text) |
String |
toString() |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitof, ofpublic static final int SM_SMUSH_EQUAL
public static final int SM_SMUSH_UNDERSCORE
public static final int SM_SMUSH_HIERARCHY
public static final int SM_SMUSH_PAIR
public static final int SM_SMUSH_BIGX
public static final int SM_SMUSH_HARDBLANK
public static final int SM_KERN
public static final int SM_SMUSH
public FigletNTextArtTextRenderer(NInputSource file)
public FigletNTextArtTextRenderer(InputStream in, String name)
public FigletNTextArtTextRenderer(InputStream stream)
public static NOptional<FigletNTextArtTextRenderer> ofName(String name)
public static boolean acceptContent(String content)
protected FigletNTextArtTextRenderer clone()
public String getName()
getName in interface NTextArtRendererpublic NText render(NText text)
render in interface NTextArtTextRendererCopyright © 2025 vpc open source initiative. All rights reserved.