printed
printed copied to clipboard
Generate PDF/SVG/HTML with D, with a Canvas-style API. Now with a flow document emitter.
How does it work in browsers?
Since the one in gamut can export to PNG or JPEG Going through files can result in atomicity problems in webservers rendering to PDF At the same time, gamut JPEG...
- is font weight/style/alignment/baseline save/restored? Need to test with HTML canvas - Surprise: no special need for document output, since exiting a style needs to apply changes anyway Need: -...
Current functions do both. Should be separate functions. Spec to follow.
I added `circle` and `ellipse` methods to the renderer interface. These are not part of the Canvas 2D context API but I feel they are useful features for many users/use...
Fonts like Jolt have a platformID == 3 and encodingID == 0 and we don't find the glyph '/' in it, though it does exist Some parser choose table in...
Remove the many, many virtual functions of `IFlowDocument` with a DOM interface `IDOMElement` that abstracts the DOM API (the problem is with things like ``, must query the tag inside...
- [ ] need to parse individual glyph boxes - [ ] fix correctness of `TextMetrics.actualBoundingBoxLeft` - [ ] fix correctness of `TextMetrics.actualBoundingBoxRight` - [ ] fix correctness of `TextMetrics.actualBoundingBoxWidth`...