Update Copyright headers
[apps/home/video-player.git] / src / hb-font.h
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