mjakeman / text-engine

A lightweight rich text framework for GTK
Other
21 stars 2 forks source link

Support basic formatting #27

Closed mjakeman closed 2 years ago

mjakeman commented 2 years ago

Currently each style attribute must be hardcoded into the parser but this will be reworked later on to make things more flexible (some kind of CSS-like selector matching).

Part of #21

Ta-da 🎉

image