harfbuzz/util
Behdad Esfahbod c462b32dcb Disable automatic segment properties guessing
Before, if one called hb_shape() without setting script, language, and
direction on the buffer, hb_shape() was calling
hb_buffer_guess_segment_properties() on the user's behalf to guess
these.

This is very dangerous, since any serious user of HarfBuzz must set
these properly (specially important is direction).  So now, we don't
guess properties by default.  People not setting direction will get
an abort() now.  If the old behavior is desired (fragile, good for
simple testing only), users can call
hb_buffer_guess_segment_properties() on the buffer just before calling
hb_shape().
2013-02-15 07:51:47 -05:00
..
Makefile.am [util] Add hb-ot-shape-closure tool 2012-05-15 23:53:18 -04:00
ansi-print.cc Fix warnings 2012-06-07 13:32:57 -04:00
ansi-print.hh [util] Make hb-view print out Unicode art if stdout is a terminal 2012-05-13 07:55:00 +02:00
hb-ot-shape-closure.cc Minor 2012-11-15 18:39:23 -08:00
hb-shape.cc Minor 2012-12-21 16:48:47 -05:00
hb-view.cc [util] Refactor to accommodate for upcoming new tool 2012-05-15 23:10:39 -04:00
helper-cairo-ansi.cc [util] Make hb-view print out Unicode art if stdout is a terminal 2012-05-13 07:55:00 +02:00
helper-cairo-ansi.hh [util] Make hb-view print out Unicode art if stdout is a terminal 2012-05-13 07:55:00 +02:00
helper-cairo.cc [util] List supported output formats in --help output 2012-12-21 16:46:53 -05:00
helper-cairo.hh [util] List supported output formats in --help output 2012-12-21 16:46:53 -05:00
main-font-text.hh [util] Add --text-before and --text-after to hb-shape / hb-view 2012-11-13 15:12:24 -08:00
options.cc Improve checks for setmode() 2013-02-12 15:35:32 -05:00
options.hh Disable automatic segment properties guessing 2013-02-15 07:51:47 -05:00
shape-consumer.hh [util] Add --text-before and --text-after to hb-shape / hb-view 2012-11-13 15:12:24 -08:00
view-cairo.cc [util] Make hb-shape continue shaping other lines if shapers failed 2012-06-02 12:13:08 -04:00
view-cairo.hh [util] List supported output formats in --help output 2012-12-21 16:46:53 -05:00