-
Jonathan Schöbel authored
While this method is neccessary to manipulate the content of a TextFragment, the TextFragment should abstract the semantics of Text. While simple wrapper functions for appending are to be added, methods purely manipulating the text, i.e. relying on the text's contents, wont get wrapper functions. Thus this method is still needed until a more sophisticated approach is implemented.
Jonathan Schöbel authoredWhile this method is neccessary to manipulate the content of a TextFragment, the TextFragment should abstract the semantics of Text. While simple wrapper functions for appending are to be added, methods purely manipulating the text, i.e. relying on the text's contents, wont get wrapper functions. Thus this method is still needed until a more sophisticated approach is implemented.