Class FourCornerUnicodeDisplay
java.lang.Object
org.x4o.fc18.FourCornerUnicodeDisplay
Renders unicode from four corner 18 bit text.
- Version:
- 1.0 Dec 28, 2024
- Author:
- Willem Cazander
-
Constructor Summary
ConstructorsConstructorDescriptionFourCornerUnicodeDisplay
(boolean failPipeSmoke, boolean handleEscape, String renderSeperator) -
Method Summary
Modifier and TypeMethodDescriptionstatic FourCornerUnicodeDisplay
raw()
renderFromInt18
(List<Integer> chars) void
renderFromInt18
(List<Integer> chars, StringBuilder buf) void
renderFromX06
(List<FourCornerX06BaklavaPointSequence> chars, StringBuilder buf) void
renderFromX08
(List<FourCornerX08MuffinPointSequence> chars, StringBuilder buf) void
renderFromX18
(List<FourCornerX18CakePointSequence> chars, StringBuilder buf) static FourCornerUnicodeDisplay
text()
-
Constructor Details
-
FourCornerUnicodeDisplay
public FourCornerUnicodeDisplay(boolean failPipeSmoke, boolean handleEscape, String renderSeperator)
-
-
Method Details
-
text
-
raw
-
renderFromX06
-
renderFromX06
-
renderFromX08
-
renderFromX08
-
renderFromX18
-
renderFromX18
-
renderFromInt18
-
renderFromInt18
-