impagina / core

An experimental layout engine based on Scribus code.
GNU General Public License v2.0
5 stars 0 forks source link

how to store in memory text and formatting? #24

Open aoloe opened 10 years ago

aoloe commented 10 years ago

currently, scribus stores the text as a continuous stream of characters and the formatting is defined as external pointers to a text position.

how are other projects doing?

is there a way of storing the text that has a similar performance but is also a bit easier to debug?

how are other projects doing it?