harfbuzz/util
Behdad Esfahbod e700bce118 [util] Add hb-diff
A diff program written in Python that is more suitable for comparing
hb-shape output from different backends.  Main differences with stock
diff:

1. It outputs one line's comparison at a time, as opposed to batching
'+' lines and '-' lines.

2. It colors the part of the line that changed, taking word boundaries
into consideration.

You can pipe the colored output to 'less -r'.
2011-09-20 11:20:53 -04:00
..
Makefile.am [util] Add hb-diff 2011-09-20 11:20:53 -04:00
hb-diff [util] Add hb-diff 2011-09-20 11:20:53 -04:00
hb-shape.cc [util] Add hb-shape utility 2011-09-19 16:41:17 -04:00
hb-view.cc [util] Add hb-shape utility 2011-09-19 16:41:17 -04:00
hb-view.hh Really fix build this time 2011-09-19 16:50:18 -04:00
helper-cairo.cc [util] Add hb-shape utility 2011-09-19 16:41:17 -04:00
helper-cairo.hh [util] Add hb-shape utility 2011-09-19 16:41:17 -04:00
options.cc [util] Account for line-space in surface size 2011-09-19 17:57:02 -04:00
options.hh [util] Account for line-space in surface size 2011-09-19 17:57:02 -04:00
view-cairo.cc [util] Account for line-space in surface size 2011-09-19 17:57:02 -04:00
view-cairo.hh [util] Add hb-shape utility 2011-09-19 16:41:17 -04:00