summaryrefslogtreecommitdiff
path: root/src/env.rs
AgeCommit message (Collapse)Author
2021-04-23Reengineer font and resource loading 🏞Laurenz
2021-04-21Make frames serializable 📚Laurenz
This also makes serialization support non-optional since it's too much feature-management for too little benefit.
2021-03-24Text shaping 🚀Laurenz
- Shapes text with rustybuzz - Font fallback with family list - Tofus are shown in the first font Co-Authored-By: Martin <mhaug@live.de>
2021-03-22Better font family definitions ✒Laurenz
2021-03-19Scheduled maintenance 🔨Laurenz
- New naming scheme - TextNode instead of NodeText - CallExpr instead of ExprCall - ... - Less glob imports - Removes Value::Args variant - Removes prelude - Renames Layouted to Fragment - Moves font into env - Moves shaping into layout - Moves frame into separate module
2021-02-11Move all pretty printing into one module and pretty print values 🦋Laurenz
2021-01-20If expressions 🔀Laurenz
2021-01-15Split state and scopes, less ref-counting 🔀Laurenz
2021-01-03Move and rename many things 🚛Laurenz
2020-12-17Test [font] 🧣Laurenz
2020-11-30Compress images in PDFs ⚙Laurenz
2020-11-27Basic environment and resource loader 🏞Laurenz