Further cleanup of sizeof
[framework/uifw/harfbuzz.git] / src / hb-font.cc
2010-05-04 Behdad EsfahbodCosmetic: Rename HB_LIKELY/HB_UNLIKELY to likely/unlikely
2010-04-29 Behdad EsfahbodRename HB_GNUC_UNUSED -> HB_UNUSED
2010-04-29 Behdad EsfahbodMore contour point use
2010-04-24 Behdad EsfahbodCleanup hb_face_create_for_data()
2010-04-23 Behdad EsfahbodAllow get_table() to return NULL
2010-04-23 Behdad EsfahbodRemove lock_instance()
2010-04-23 Behdad EsfahbodZero glyph metrics before calling user callback
2010-04-23 Behdad EsfahbodFix compile warnings (HB_GNUC_UNUSED)
2010-04-22 Behdad EsfahbodChange header comment
2009-12-20 Behdad EsfahbodProtect against NULL funcs
2009-11-05 Behdad EsfahbodReturn 0 from get_glyph_nil
2009-11-05 Behdad EsfahbodInitialize font->klass
2009-11-05 Behdad EsfahbodAdd hb_font_get_*
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 font funcs prototypes
2009-11-02 Behdad Esfahbod[HB] Add hb_font_funcs_make_immutable()
2009-11-02 Behdad Esfahbod[HB] Add missing initializer
2009-11-02 Behdad Esfahbod[HB] Use nil unicode funcs in nil face
2009-11-02 Behdad Esfahbod[HB] Start adding Unicode funcs
2009-11-02 Behdad Esfahbod[HB] Hook Sanitizer up. Hell's breaking loose right now
2009-11-02 Behdad Esfahbod[HB] Fix mix warnings
2009-11-02 Behdad Esfahbod[HB] Remove use of typeof()
2009-11-02 Behdad Esfahbod[HB] Make it all work again
2009-11-02 Behdad Esfahbod[HB] Use face_t directly instead of ot_layout_t
2009-11-02 Behdad Esfahbod[HB] Rename hb-font.c to hb-font.cc