summaryrefslogtreecommitdiff
path: root/src/hb-font.h
AgeCommit message (Expand)AuthorFilesLines
2018-10-31MinorBehdad Esfahbod1-1/+1
2018-10-182.0.02.0.0Behdad Esfahbod1-1/+1
2018-10-09[font] Add get_nominal_glyphs() callback (note the plural)Behdad Esfahbod1-0/+24
2018-10-09MinorBehdad Esfahbod1-4/+4
2018-10-09Add const to get_*_advances APIBehdad Esfahbod1-4/+4
2018-10-09Deprecate font kern APIBehdad Esfahbod1-51/+0
2018-08-071.8.61.8.6Behdad Esfahbod1-2/+2
2018-08-07Add +hb_font_get_glyph_advances_for_directionBehdad Esfahbod1-0/+8
2018-08-07Actually add hb_font_get_glyph_[hv]_advancesBehdad Esfahbod1-0/+15
2018-08-06Add batch advance width callback functionBehdad Esfahbod1-13/+40
2018-08-06batchwidthKoji Ishii1-0/+15
2018-01-02Fix typos.Bruce Mitchener1-1/+1
2017-10-11Change ptem API to make 0 mean unsetBehdad Esfahbod1-1/+1
2017-10-11Add hb_font_[sg]et_ptem() to set/get point size on fontBehdad Esfahbod1-0/+10
2017-02-03Add new API hb_font_set_face()Behdad Esfahbod1-0/+4
2017-01-22MinorBehdad Esfahbod1-1/+1
2017-01-21[var] Rename var_coord to variationBehdad Esfahbod1-3/+3
2017-01-21[var] Add hb_font_set_var_coords()Behdad Esfahbod1-2/+6
2017-01-21[var] Add hb_font_set_var_coords_design()Behdad Esfahbod1-1/+6
2017-01-21[var] Add hb_font_get_var_coords_normalized()Behdad Esfahbod1-0/+4
2016-12-16[GX] Add new API hb_font_set_var_coords_normalized()Behdad Esfahbod1-0/+5
2016-02-24Add get_nominal_glyph() and get_variation_glyph() instead of get_glyph()Behdad Esfahbod1-12/+43
2016-01-07Add 9 reserved entries to hb_font_extents_tBehdad Esfahbod1-0/+10
2015-11-27Get font ascender and descender metrics from OS/2 table.Simon Cozens1-3/+59
2015-11-23Public headers: Decorate public symbols with HB_EXTERNChun-wei Fan1-57/+57
2015-10-08Add hb_font_set_parent()Behdad Esfahbod1-0/+4
2015-09-03Fix Since tagsBehdad Esfahbod1-9/+9
2015-08-23[ot-font] Implement glyph_extents() for TrueType fontsBehdad Esfahbod1-4/+5
2015-06-01Fix "Since:" tagsSascha Brawer1-2/+2
2013-09-13[introspection] Annotate Unicode / font callbacksBehdad Esfahbod1-3/+129
2013-08-27Separate face source code from fontBehdad Esfahbod1-74/+1
2012-11-15Add hb_face_[sg]et_glyph_count()Behdad Esfahbod1-0/+7
2012-08-08Misc minor fixesBehdad Esfahbod1-1/+1
2012-08-08[OT] Implement fallback positioningBehdad Esfahbod1-1/+2
2012-08-07Add hb_font_glyph_from/to_stringBehdad Esfahbod1-0/+11
2012-06-16Make source more digestable for gobject-introspectionBehdad Esfahbod1-4/+4
2012-05-28Add hb_font_get_glyph_name() and hb_font_get_glyph_from_name()Behdad Esfahbod1-0/+28
2012-04-12Make it an error to include non-top-level headersBehdad Esfahbod1-0/+4
2011-08-19[API] Add hb_font_set_funcs_data()Behdad Esfahbod1-0/+6
2011-08-09[API] Make set_user_data() functions take a replace parameterBehdad Esfahbod1-3/+6
2011-08-08[API] Sort out get_blob APIBehdad Esfahbod1-3/+14
2011-08-08Rename get_table to reference_table in all APIBehdad Esfahbod1-4/+4
2011-08-03[API] Add hb_face_get_blob()Behdad Esfahbod1-0/+3
2011-05-25[API] One last font-funcs API changeBehdad Esfahbod1-28/+22
2011-05-19[Vertical] GPOS is always done with horizontal originBehdad Esfahbod1-28/+25
2011-05-19More verticalBehdad Esfahbod1-0/+10
2011-05-17[API] Vertical support, take 2Behdad Esfahbod1-49/+60
2011-05-17[API] Add support for vertical textBehdad Esfahbod1-44/+120
2011-05-16CosmeticBehdad Esfahbod1-4/+4
2011-05-12[API] Add hb_face_make/is_immutable()Behdad Esfahbod1-0/+6