printed icon indicating copy to clipboard operation
printed copied to clipboard

Generate PDF/SVG/HTML with D, with a Canvas-style API. Now with a flow document emitter.

Results 8 printed issues
Sort by recently updated
recently updated
newest added

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...

enhancement

- 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: -...

bug

Current functions do both. Should be separate functions. Spec to follow.

enhancement

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...

bug
enhancement

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...

enhancement

- [ ] need to parse individual glyph boxes - [ ] fix correctness of `TextMetrics.actualBoundingBoxLeft` - [ ] fix correctness of `TextMetrics.actualBoundingBoxRight` - [ ] fix correctness of `TextMetrics.actualBoundingBoxWidth`...

bug