Towards normalization
[framework/uifw/harfbuzz.git] / src / hb-font.h
2011-05-25 Behdad Esfahbod[API] One last font-funcs API change
2011-05-19 Behdad Esfahbod[Vertical] GPOS is always done with horizontal origin
2011-05-19 Behdad EsfahbodMore vertical
2011-05-17 Behdad Esfahbod[API] Vertical support, take 2
2011-05-17 Behdad Esfahbod[API] Add support for vertical text
2011-05-16 Behdad EsfahbodCosmetic
2011-05-12 Behdad Esfahbod[API] Add hb_face_make/is_immutable()
2011-05-12 Behdad Esfahbod[API] Make get_glyph() callback return a boolean
2011-05-12 Behdad EsfahbodRename get_kernings() arguments from first/second_glyph...
2011-05-12 Behdad Esfahbod[API] Pass face to get_table()
2011-05-12 Behdad Esfahbod[API] Remove const from font user_data
2011-05-12 Behdad Esfahbod[API] Rename hb_face_create_for_data() to hb_face_create()
2011-05-11 Behdad Esfahbod[API] Add hb_*_get_empty() for all objects
2011-05-11 Behdad Esfahbod[API] Change signature of get_contour_point and get_ker...
2011-05-11 Behdad EsfahbodMake default font-funcs chain-up to the parent
2011-05-11 Behdad Esfahbod[API] Pass down closure user_data to font funcs
2011-05-11 Behdad Esfahbod[API] Remove font_funcs func getter functions
2011-05-11 Behdad Esfahbod[API] Add hb_font_create_sub_font() and hb_font_get_par...
2011-05-10 Behdad Esfahbod[API] Remove broken-by-design hb_font_unset_funcs()
2011-05-10 Behdad EsfahbodAdd hb_font_make/is_immutable()
2011-05-03 Behdad Esfahbod[API] Make hb_font_create() take a face and reference it
2011-04-28 Behdad Esfahbod[API Remove hb_font_funcs_copy()
2011-04-28 Behdad Esfahbod[TODO] Remove finished items
2011-04-28 Behdad Esfahbod[API] Add _set/get_user_data() for all objects
2011-04-21 Behdad EsfahbodUpdate Copyright headers
2011-04-21 Behdad Esfahbod[API] Allow negative font x_scale/y_scale
2011-04-20 Behdad Esfahbod[API] Rename hb_face_get_table() to hb_face_reference_t...
2011-04-20 Behdad Esfahbod[API] Remove hb_*_get_reference_count()
2011-04-20 Behdad Esfahbod[API] font: move user_data before destroy()
2010-12-18 Behdad EsfahbodRename remaining metrics uses to extents
2010-10-27 Behdad EsfahbodDivide get_metrics into get_advance and get_extents
2010-10-04 Behdad EsfahbodAdd hb_face_get_upem()
2010-10-04 Behdad EsfahbodAdd API comments
2010-10-04 Behdad EsfahbodAdd is_mutable() functions
2010-10-04 Behdad EsfahbodAdd getters for all setter APIs
2010-09-23 Behdad EsfahbodRemove unimplemented method hb_font_get_funcs()
2010-07-23 Behdad EsfahbodPrefer C linkage
2010-05-20 Behdad EsfahbodLet hb_face_get_table() return NULL if table not found
2010-05-19 Behdad EsfahbodFix scale issues
2010-04-22 Behdad EsfahbodChange header comment
2009-11-05 Behdad EsfahbodAdd hb_font_get_*
2009-11-05 Behdad EsfahbodRename [xy]_pos to [xy]_offset since we don't accumulat...
2009-11-04 Behdad EsfahbodFinish FT glue. Rough and untested
2009-11-04 Behdad EsfahbodImplement nil font functions
2009-11-03 Behdad EsfahbodStart ft glue
2009-11-03 Behdad EsfahbodMove unicode_funcs to buffer
2009-11-02 Behdad Esfahbod[HB] Add glyph_metrics typedef
2009-11-02 Behdad Esfahbod[HB] Add point_index to get_contour_point()
2009-11-02 Behdad Esfahbod[HB] Fix typo
2009-11-02 Behdad Esfahbod[HB] Add font funcs prototypes
2009-11-02 Behdad Esfahbod[HB] Add hb_font_funcs_make_immutable()
2009-11-02 Behdad Esfahbod[HB] Start adding Unicode funcs
2009-11-02 Behdad Esfahbod[HB] Use face_t directly instead of ot_layout_t
2009-11-02 Behdad Esfahbod[HB] Port ot-layout to new public API
2009-11-02 Behdad Esfahbod[HB] Rename _duplicate to _copy
2009-11-02 Behdad Esfahbod[HB] Move typedef's around
2009-11-02 Behdad Esfahbod[HB] Add get_reference_count()
2009-11-02 Behdad Esfahbod[HB] Add abstract font and face API