Fix scale issues
[profile/ivi/org.tizen.video-player.git] / src / hb-font.h
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