public class FigletRoman extends Object implements TA_DropCaps
DropCap library based on Figlet font “roman”. See http://www.jave.de/figlet/fonts/details/roman.html
| Constructor and Description |
|---|
FigletRoman() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getDescription() |
String[] |
getDropCap(char letter)
Returns the dropped capital letter version of the given letter.
|
StrBuilder |
toDoc() |
public String[] getDropCap(char letter)
TA_DropCapsReturns the dropped capital letter version of the given letter.
getDropCap in interface TA_DropCapsletter - the requested letterpublic StrBuilder toDoc()
toDoc in interface HasToDocpublic Object getDescription()
getDescription in interface HasDescriptionCopyright © 2016–2017. All rights reserved.