Available framing modeΒΆ
Splines
|
Available framing mode
Only two framing are available:
- FIGLET_SINGLE single frame around a string
- FIGLET_DOUBLE double frame around a string
The effect are the following
+------------------------------+
| ___ ___ _ _ ___ _ ___ |
| / __|_ _| \| |/ __| | | __| |
| \__ \| || .` | (_ | |__| _| |
| |___/___|_|\_|\___|____|___| |
| |
+------------------------------+
void printFramed(char const message[], ostream_type &s=cout, FrameMode fm=FIGLET_SINGLE)
Available framing mode
Definition Figlet.cc:355
and
@=================================@
# ___ ___ _ _ ___ _ ___ #
# | \ / _ \| | | | _ ) | | __| #
# | |) | (_) | |_| | _ \ |__| _| #
# |___/ \___/ \___/|___/____|___| #
# #
@=================================@
Generated by 1.12.0