summaryrefslogtreecommitdiff
path: root/src/hb-ot-post-table.hh
AgeCommit message (Expand)AuthorFilesLines
2018-07-23Remove unnecessary OT:: namespace specifiersBehdad Esfahbod1-1/+1
2018-07-22Port more off of Sanitizer<>Behdad Esfahbod1-1/+1
2018-07-22Add sanitizer reference_table, also fix clang buildBehdad Esfahbod1-1/+1
2018-07-10Move hb_stable_sort to hb-dsalgs.hhBehdad Esfahbod1-1/+0
2018-06-02Fix fallout from 975bdd5ef562e37655067b703b2b9ca7481f4985Behdad Esfahbod1-1/+2
2018-06-01[vector] Use Crap pool in push() as wellBehdad Esfahbod1-5/+1
2018-05-30[subset] Switch to using hb_map_t inside of hb_subset_plan_t.Garret Rieger1-1/+1
2018-05-24Add hb_vector_t::push(const Type &v)Behdad Esfahbod1-2/+1
2018-05-08Mark more unsized array's as arrayZBehdad Esfahbod1-2/+2
2018-05-08MinorBehdad Esfahbod1-1/+1
2018-05-08Always lock blob in sanitize. Remove blob->lock_as() in favor of blob->lock()Behdad Esfahbod1-1/+1
2018-05-08Move Sanitizer::lock_instance<>() to blob->lock_as<>().Behdad Esfahbod1-1/+1
2018-05-08Rename hb_string_t to hb_bytes_tBehdad Esfahbod1-8/+8
2018-05-01s/hb_prealloced_array_t/hb_vector_t/gBehdad Esfahbod1-1/+1
2018-05-01s/finish/finiBehdad Esfahbod1-1/+1
2018-04-17Make some of implicit header uses explicit (#989)Ebrahim Byagowi1-0/+1
2018-04-12Add or update tables specifications linksEbrahim Byagowi1-4/+4
2018-03-08[subset] use create_sub_blob instead of manually copying the post table.Garret Rieger1-13/+7
2018-03-07[subset] drop all glyph names from the post table.Garret Rieger1-0/+28
2018-01-19WhitespaceBehdad Esfahbod1-5/+5
2018-01-10Prefix int types with HBBehdad Esfahbod1-8/+8
2018-01-10[aat] Implement Lookup tableBehdad Esfahbod1-1/+1
2017-11-14Replace USHORT/SHORT/ULONG/etc with UINT16/INT16/UINT32/etcBehdad Esfahbod1-8/+8
2017-11-14[ot] Move hb_ot_face_cbdt_accelerator_tBehdad Esfahbod1-0/+1
2017-11-14[ot] Fold hb_ot_face_post_accelerator_tBehdad Esfahbod1-2/+7
2017-10-31Rename hb-sort-r.hh -> hb-dsalgs.hhBehdad Esfahbod1-1/+1
2017-10-30[post] Implement glyph_from_name()Behdad Esfahbod1-29/+90
2017-10-30Make string-array return hb_string_tBehdad Esfahbod1-15/+2
2017-10-30Add hb_string_tBehdad Esfahbod1-17/+8
2017-10-30[post] Minor; towards implementing get_glyph_from_name()Behdad Esfahbod1-25/+31
2017-10-29Add hb_bsearch_r()Behdad Esfahbod1-0/+1
2017-10-29Fix up 5de83fab947e23cc729d69f8d44a28311298af9dBehdad Esfahbod1-1/+1
2017-10-29[post] MinorBehdad Esfahbod1-5/+1
2017-10-28[ot] Speed up get_glyph_name()Behdad Esfahbod1-88/+72
2017-10-28[post] Refactor a bit, use our data typesBehdad Esfahbod1-15/+10
2017-10-26[post] Make format1 names array avoid relocationsBehdad Esfahbod1-45/+10
2017-10-25[post] Oops!Behdad Esfahbod1-2/+2
2017-10-25[post] Touch up and fixesBehdad Esfahbod1-61/+78
2017-10-25[ot-font] Implement hb_ot_get_glyph_from_nameKhaled Hosny1-0/+58
2017-10-25[ot-font] Implement hb_ot_get_glyph_nameKhaled Hosny1-0/+96
2016-04-30[ot-font] Start implementing 'post' table, for accessing glyph namesBehdad Esfahbod1-0/+119