12822 Commits (636c90e81c2eb9a907a1c14d0f3450902d95f65a)
 

Author SHA1 Message Date
Khaled Hosny 0e357c504c [draw] Test scaling subfont differently from parent 3 years ago
Behdad Esfahbod 096121badb [util] Implement --sub-font 3 years ago
Behdad Esfahbod 57aa8c3b3a [draw] Another try at a stable draw moveto semantic 3 years ago
Behdad Esfahbod 151f205819 [draw] Emit move_to immediately, like other operators 3 years ago
Khaled Hosny aca80a4a40 [draw] Add test for applying synthetic slant 3 years ago
Khaled Hosny 052fd2d8b9 [draw] Add test for hb_draw_move_to() etc 3 years ago
Behdad Esfahbod 640b6ffddd [util] Default font-funcs to 'ot' instead of 'ft' 3 years ago
Behdad Esfahbod 9cc9ffe352 [util/draw] If HB_DRAW is not set, choose depending on cairo version 3 years ago
Behdad Esfahbod 22f2c78c28 [util/draw] Explicitly chain from render_color_glyph to render_glyph 3 years ago
Behdad Esfahbod 6a3dec357c [util/draw] Use hb-draw in hb-view only if HB_DRAW=1 3 years ago
Behdad Esfahbod 18b8a1c345 [draw] Fix conversion warnings 3 years ago
Behdad Esfahbod 6812f7ee1e [draw] Implement COLRv0 fonts 3 years ago
Khaled Hosny 74ebfc646a [meson] Update cairo subproject 3 years ago
Khaled Hosny 628847b5c8 [doc] Link to respective draw callback functions 3 years ago
Khaled Hosny 7245298e25 [doc] Document HB_DRAW_STATE_DEFAULT 3 years ago
Behdad Esfahbod 8f519d55ac [meson] Put back Experimental-API infrastructure 3 years ago
Khaled Hosny 8e892bdb54 [doc] Message draw documentation a bit 3 years ago
Khaled Hosny cf28821337 [meson] fix building with Cairo subproject 3 years ago
Behdad Esfahbod cdf1cb35db [draw] Destroy callback data 3 years ago
Behdad Esfahbod 5c558586eb [util/draw] Apply slant to non-user-fonts as well 3 years ago
Behdad Esfahbod c56c13756b [draw] Document more 3 years ago
Behdad Esfahbod 2376230523 [draw] Flesh out docs a bit 3 years ago
Behdad Esfahbod bc6c3b8401 [font] Update get_glyph_shape() doc 3 years ago
Behdad Esfahbod 732c749ef7 [font] Adjust synthetic-slant docs 3 years ago
Behdad Esfahbod 4818b7ed72 [util] Add --font-slant 3 years ago
Behdad Esfahbod 59067db9f4 [font/draw] Slant drawings 3 years ago
Behdad Esfahbod aa5c7a3811 [draw-session] Add slant 3 years ago
Behdad Esfahbod 4f2704adb6 [draw] Add more reserved items to hb_draw_state_t 3 years ago
Behdad Esfahbod 2ce19f2868 [font/draw] Fetch shape from parent font if not implemented in font 3 years ago
Behdad Esfahbod d6b61dff95 [draw] Minor cleanup 3 years ago
Behdad Esfahbod cfc06c24d5 [util/draw] Render color glyphs if cairo API available 3 years ago
Behdad Esfahbod 542f8269cb [util/draw/ft] Use hb-draw for font-funcs=ft as well 3 years ago
Behdad Esfahbod 6d5b998f25 [ft/draw] Implement hb-draw for hb-ft 3 years ago
Behdad Esfahbod 370bec938b [draw] Rename internal draw_session_t to hb_draw_session_t 3 years ago
Behdad Esfahbod 5d2df1208a [util] Use hb-draw to render alternatively to cairo-ft 3 years ago
Behdad Esfahbod a357e5d889 [draw] Do quadratic-to-cubic conversion in nil quadratic implementation 3 years ago
Behdad Esfahbod c681331c3f [draw] Rename internal draw_helper_t to draw_session_t 3 years ago
Behdad Esfahbod f1a9a9ccaf [draw-state] Pass state down to callbacks 3 years ago
Behdad Esfahbod a9dd9f0bae [draw] Add public move_to/line_to/... API that take a draw-state 3 years ago
Behdad Esfahbod 9f05362d43 [test-draw] Fix compiler warning 3 years ago
Behdad Esfahbod ebc2a133c3 [draw] Rename internal methods 3 years ago
Behdad Esfahbod 86fcd4fe98 [draw] Simplify start_path 3 years ago
Behdad Esfahbod 1740916ede [draw] Remove check for no-op 3 years ago
Behdad Esfahbod fc78592e67 [draw-state] Add type and use in draw-helper 3 years ago
Behdad Esfahbod 5610fa1da0 [test-draw] Re-enable two disabled tests 3 years ago
Behdad Esfahbod a755f93e8d [draw] Add TODO 3 years ago
Behdad Esfahbod cdb1a1fc06 [draw] Add REPLACEME 3 years ago
Behdad Esfahbod 8b4f429000 [draw] Virtualize hb_font_draw_glyph() into hb_font_get_glyph_shape() 3 years ago
Behdad Esfahbod 92e6e53b30 [draw] Rename user_data to draw_data 3 years ago
Behdad Esfahbod 3b915389b5 [draw] Remove unneeded roundf() calls 3 years ago