commit | 4c9fe88d30036340fe592bcbc375049b84602b8b | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <[email protected]> | Fri Aug 26 09:18:53 2011 +0200 |
committer | Behdad Esfahbod <[email protected]> | Fri Aug 26 09:22:12 2011 +0200 |
tree | 591152076bc23a09e2cca03df7b8bf3ec683db25 | |
parent | a499bdea5cc5097dec62eeafdef58d08ba534be0 [diff] |
[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()