* PoC font autosize feature * Take enumerables or 'auto' keyword for autoscaling * Allo enumerables of font_size per card, where the largest font size that does not ellipsize is chosen * Use ellipsize: :autoscale keyword to determine font autosizing * Use binary search to find the correct font size * Consider new ellipsize option in testcase * Document ellipsize: :autoscale option * Add ellipsize: :autoscale sample to text sample * Fix double multiplication with Pango::SCALE * Scale embedded images with text when autoscaling * Remove stray semicolon * Return dummy value for FontDescription.size in mock_cairo * Update regression test data for autoscale feature. * Add ellipsize: :autoscale example to existing font_autoscale sample * Add missing :autoscale to list of options in documentation |
||
|---|---|---|
| .. | ||
| _static/css | ||
| args | ||
| cli | ||
| dsl | ||
| guides | ||
| Makefile | ||
| README.md | ||
| arrays.rst | ||
| backends.rst | ||
| bleed.rst | ||
| build_groups.rst | ||
| colors.rst | ||
| conf.py | ||
| config.rst | ||
| data.rst | ||
| help.rst | ||
| index.rst | ||
| install.rst | ||
| layouts.rst | ||
| learning.rst | ||
| make.bat | ||
| parameters.rst | ||
| server.bat | ||
| sprues.rst | ||
| text_feature.rst | ||
| units.rst | ||
README.md
Building these Docs Locally
Install these:
$ pip install sphinx sphinx-autobuild sphinx_rtd_theme
To run the server:
$ cd docs
$ ./server.bat
or
$ sphinx-autobuild . _build/html
Then visit http://localhost:8000 to see the docs.