summaryrefslogtreecommitdiff
path: root/utils/viewer-render.c
Commit message (Collapse)AuthorAgeFilesLines
* pango-view: Support transforms with --serializedMatthias Clasen2021-12-181-0/+5
| | | | | We can just use the matrix from the deserialized layout.
* pango-view: Add --serialize-to optionviewer-serialize-outputMatthias Clasen2021-12-171-2/+17
| | | | Add an option to produce a serialized output.
* Fix pango-view option handlingfix-pango-view-optionsMatthias Clasen2021-12-111-3/+3
| | | | | The --serialized option did not quite work as expected.
* pango-view: Deserialize context tooMatthias Clasen2021-11-241-1/+1
| | | | | This lets us transfer things like base gravity from layout-editor to pango-view.
* Add flags to serialize and deserializeMatthias Clasen2021-11-241-1/+1
| | | | | | | This gives us some room to add more things to these apis, e.g. a way to store not just the input part of a layout, but also the output.
* pango-view: Allow loading serialized layoutsMatthias Clasen2021-11-191-1/+34
| | | | | | | | | You can now do pango-view --serialized file All layout-related options will be overwritten by the serialized data. Other options can still be used.
* pango-view: Remove debug spewMatthias Clasen2021-11-161-3/+0
|
* pango-view: Accept width 0Matthias Clasen2021-11-111-2/+2
| | | | | | GTK frequently uses this width during measuring, so it is good if we can reproduce what happens in this case.
* pango-view: Add --pango-unitsMatthias Clasen2021-11-111-4/+28
| | | | This can make it easier to reproduce problems.
* Add an option to pango-viewjustify-last-lineMatthias Clasen2021-08-101-2/+6
| | | | | Give pango-view a --justify-last-line option to test the new PangoLayout option for this.
* pango-view: Add a --subpixel-positions optionMatthias Clasen2019-08-031-0/+3
| | | | | | This lets us explore the influence of subpixel positioning in various contexts without relying on gtk applications.
* pango-view: Add font optionsMatthias Clasen2019-07-311-2/+92
| | | | | | | Add commandline options for antialiasing, subpixel order and metrics hinting, so we can reproduce font rendering issues with pango-view.
* pango-view: Make it possible to turn line-spacing offMatthias Clasen2019-07-161-4/+6
|
* pango-view: Add a --line-spacing optionMatthias Clasen2019-07-051-0/+6
| | | | Add a way to try pango_layout_set_line_spacing().
* pango-view: Add a --spacing optionMatthias Clasen2019-07-041-0/+6
|
* Rename pango-view/ dir to utils/Behdad Esfahbod2018-07-081-0/+823