Commit Graph

191 Commits

Author SHA1 Message Date
Laurenz
db96ecae94 Move some types into better places 🧱 2019-03-30 16:58:45 +01:00
Laurenz
f683bba400 Create error_type! macro ✔ 2019-03-30 16:42:52 +01:00
Laurenz
10994ebac3 Move exporting into seperate module 🧱 2019-03-30 16:01:45 +01:00
Laurenz
094648e86b Optionally owned data in PDF crate ✈ 2019-03-29 23:55:48 +01:00
Laurenz
af212da34e Refactor PDF crate ♻ 2019-03-29 23:37:01 +01:00
Laurenz
229bd7783c Refactor opentype crate ♻
- Restructure modules
- Improve code and documentation clearity
2019-03-29 22:46:12 +01:00
Laurenz
83dd762f67 Font providers 🚀+ better docs 📜 2019-03-14 19:54:38 +01:00
Laurenz
22ea09d9c1 Better error handling 🌍 2019-03-14 17:10:06 +01:00
Laurenz
aae8a3a77e Unified font error type 🔗 2019-03-14 15:35:01 +01:00
Laurenz
9b3386f8a3 Hide subengines and improve Compiler API 🕳 2019-03-14 15:15:09 +01:00
Laurenz
67b1945034 Refactor pdf font handling ♻ 2019-03-14 00:06:27 +01:00
Laurenz
89205368c2 Fix space handling for multiline 🔨 2019-03-13 19:15:51 +01:00
Laurenz
0c87c0c5a5 Basic multiline support 📜 2019-03-13 18:42:33 +01:00
Laurenz
107450ee5c Restructure typeset crate ✈ 2019-03-11 22:15:34 +01:00
Laurenz
0511979942 Polish and document PDF crate ✈ 2019-03-11 21:09:47 +01:00
Laurenz
77e5299667 Tidy up PDF crate 🧹 2019-03-11 18:02:47 +01:00
Laurenz
67281c4f46 Redesign document representation 🧱 2019-03-11 17:24:00 +01:00
Laurenz Mädje
5942c3ba2a Improve subsetting errors ♻ 2019-03-10 13:18:24 +01:00
Laurenz
d217d4f02a Fix subsetting for composite glyphs 🔨 2019-03-03 18:36:56 +01:00
Laurenz
06101492dc Implement subsetting engine 🚀 2019-03-03 15:00:27 +01:00
Laurenz
5e135db872 Use bitflags for opentype font flags 🏁 2019-02-28 10:50:15 +01:00
Laurenz
4d4824aa08 Improve name table capabilities ♻ 2019-02-27 20:26:38 +01:00
Laurenz
da60261376 Enhance PDF crate API 🚀 2019-02-27 18:45:55 +01:00
Laurenz
6b8da16be8 Parse format 12 cmap 🔨 2019-02-26 22:34:56 +01:00
Laurenz
6e9671f149 Write PDFs with extern fonts 🌏 2019-02-26 14:02:18 +01:00
Laurenz
95d7edeb8d Enhance content streams and pdf example 📝 2019-02-25 18:49:26 +01:00
Laurenz Mädje
8a87e4a623 Introduce content streams 📡 2019-02-25 13:46:31 +01:00
Laurenz
4e811c5690 Improved PDF writing internals 🔨 2019-02-24 23:19:06 +01:00
Laurenz
26f3b80826 Refactor PDF crate structure 🧱 2019-02-24 13:30:06 +01:00
Laurenz
fe957ccdcd Replace out-of-date ref keyword ♻ 2019-02-23 14:35:20 +01:00
Laurenz
5255066d53 Update pdf writer trait ♻ 2019-02-20 17:41:23 +01:00
Laurenz
29229c4002 Implement parsing trait for str ♻ 2019-02-20 17:36:34 +01:00
Laurenz
caf08ea5fa Escape parens and backslashes in PDF ♻ 2019-02-19 18:04:31 +01:00
Laurenz
b2ea22b25b Vastly improve documentation 📝 2019-02-19 11:31:03 +01:00
Laurenz
c8d3ea89cd Enhance docs (i.a. with examples) 📝
- Complete examples for pdf and opentype crates
- Removes allow-unused attributes and fixes their warnings
- Various small improvements
2019-02-17 00:08:46 +01:00
Laurenz
6214405766 Remove Size type from pdf crate 🧹 2019-02-16 22:33:32 +01:00
Laurenz
ae3af533ff Extract opentype parser into crate 🧱 2019-02-16 20:17:31 +01:00
Laurenz
f3f82f5f2b Fix pdf code in typesetter 🚧 2019-02-16 18:34:18 +01:00
Laurenz
aba8ea4f7c Denote which PDF objects are incomplete 🔧
Many features will only be added as needed by the parent project. Thus it should be kept track of what is complete.
Also improves PDF trailer writing.
2019-02-13 19:46:56 +01:00
Laurenz
a562541fda Refactor pdf writer into modular crate 🧱 2019-02-13 18:32:42 +01:00
Laurenz
5a600eb354 Move crate into workspace subfolder 2019-02-12 21:31:35 +01:00