thinreports-basic-editor
thinreports-basic-editor copied to clipboard
Custom font
Introduction
This implementation is different from the official frozen specification thinreports/thinreports#5.
Status
- [x] Implementation and manual test
- [ ] Some code refactoring
- [ ] Some improvements of font metrics calculation
Feature
- Basic action http://recordit.co/PeOoMKPu99
- Font validation http://recordit.co/aNcTVLbuAj
- Custom fonts are stored for each tab http://recordit.co/vni18k3LMj
- Custom fonts only actually used are recorded in *.tlf and restored http://recordit.co/YBr9GRgfC2
Specification
.tlf schema
{
"version": "0.10.0",
:
"state": {
"layout-guides": [],
"custom-fonts": [
"Gen Shin Gothic"
]
},
:
}