src/hb-ot-name.cc


Log

Author Commit Date CI Message
Behdad Esfahbod 1366bb97 2018-10-29T11:01:25 Fix g-i warnings
Behdad Esfahbod 80d9a427 2018-10-27T04:58:32 [docs] Document remaining sections
Behdad Esfahbod 3b7e5f13 2018-10-27T02:39:20 [name] Rename hb_ot_name_get_names() to hb_ot_name_list_names() And swap return value positions, so can be annotated for gobject-introspectin.
Behdad Esfahbod 4025ad80 2018-10-27T02:35:06 Document new API
Behdad Esfahbod c965eead 2018-10-25T13:43:25 [name] Default to "en" if language is not specified
Behdad Esfahbod dc9a5f88 2018-10-23T23:16:06 [name] Do record sanitization at run-time
Behdad Esfahbod 888a6561 2018-10-23T22:16:32 [name] Fix nul-termination bug
Behdad Esfahbod 4668a050 2018-10-23T20:51:53 [name] Hook things up Accept Mac Latin name entries as ASCII as well.
Behdad Esfahbod 69f5da06 2018-10-23T20:30:40 [name] More It assumes all names are encoded in UTF16-BE. Other than that, and not listing languages correctly, it's *supposed* to work.
Behdad Esfahbod 5531bd06 2018-10-23T20:04:05 [name] Flesh out UTF-X to UTF-X conversion routines
Behdad Esfahbod 1046b193 2018-10-17T05:42:23 [name] Some more
Behdad Esfahbod b4d4d1ea 2018-10-16T19:55:17 [name] Return full string length from API
Behdad Esfahbod e7c595a9 2018-10-15T23:34:54 [name] More
Behdad Esfahbod 75cd8c86 2018-10-15T23:32:08 [name] Add hb_ot_name_get_utf()
Behdad Esfahbod c2aa4095 2018-10-15T23:09:28 [name] Start implementing hb_ot_name_get_utf16()
Behdad Esfahbod c3425f24 2018-10-15T22:53:40 [name] Add hb-ot-name.cc for realz