summaryrefslogtreecommitdiff
path: root/examples/cairotwisted.c
Commit message (Expand)AuthorAgeFilesLines
* Replace fallthrough comments with G_GNUC_FALLTHROUGHTimm Bäder2020-04-141-2/+2
* examples: Initialize variablesEmmanuele Bassi2017-05-191-3/+3
* Fix cairotwisted curve_length()Behdad Esfahbod2014-02-111-1/+1
* [cairotwisted] Plug couple other leaksBehdad Esfahbod2009-03-301-0/+3
* [cairotwisted] Plug leakBehdad Esfahbod2009-03-301-1/+5
* Handle close_path correctly.Behdad Esfahbod2008-11-261-6/+12
* Optimize double math.Behdad Esfahbod2007-12-061-46/+70
* Add some more comments to document the math involved.Behdad Esfahbod2007-12-031-4/+21
* Document cairotwisted example.Behdad Esfahbod2007-11-301-123/+165
* Bug 485536 – underline_position can be zeroBehdad Esfahbod2007-11-301-2/+10
* Implement bezier curve length function that flattens the curve and sum theBehdad Esfahbod2007-10-201-7/+69
* Put cairotwisted in public domainPANGO_1_16_5Behdad Esfahbod2007-07-261-0/+1
* New APIBehdad Esfahbod2007-05-041-1/+2
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-13/+13
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-4/+4
* Improve text-on-path example.Behdad Esfahbod2007-01-161-24/+75
* Use pango_layout(_iter)?_get_line_readonly() instead ofBehdad Esfahbod2007-01-161-1/+4
* A simple text-on-path example using pangocairo.Behdad Esfahbod2006-09-081-0/+402