harfbuzz/util
Behdad Esfahbod 4c9fe88d30 [API] Make all _from_string() functions take a len parameter
Can be -1 for NUL-terminated string.  This is useful for passing parts
of a larger string to a function without having to copy or modify the
string first.

Affected functions:

	hb_tag_t hb_tag_from_string()
	hb_direction_from_string()
	hb_language_from_string()
	hb_script_from_string()
2011-08-26 09:22:12 +02:00
..
Makefile.am Refactor hb-view code 2011-08-11 12:04:03 +02:00
common.cc Refactor hb-view code 2011-08-11 12:04:03 +02:00
common.hh [ft] FT_Get_Advance() for advance-width callbacks 2011-08-15 20:41:59 +02:00
hb-view.cc [API] Make all _from_string() functions take a len parameter 2011-08-26 09:22:12 +02:00
options.cc [API] Make all _from_string() functions take a len parameter 2011-08-26 09:22:12 +02:00
options.hh Fix falloffs of the GOption conversion 2011-08-15 19:03:43 +02:00