Inline objects in line layout are graphical representation for replacement characters. These includes:
Replacement Character (U+FFFC)
White spaces
Newline characters
Latin-1 control characters (U+0000..001F and U+0080..009F)
Other characters client wanted to replace
Although ascension.graphics had supported these replacements, flexibility and portability are not enough.
We introduce new abstract class like InlineObject to resolve this. The clients should subclasses this class and create an instance for one character to replace.
Inline objects in line layout are graphical representation for replacement characters. These includes:
Although ascension.graphics had supported these replacements, flexibility and portability are not enough.
We introduce new abstract class like InlineObject to resolve this. The clients should subclasses this class and create an instance for one character to replace.