Skip to content

Commit

Permalink
Bug 1547063 - Cairo support for SharedFTFace. r=jfkthame
Browse files Browse the repository at this point in the history
  • Loading branch information
lsalzman committed Sep 16, 2019
1 parent bc38074 commit 94f4c23
Show file tree
Hide file tree
Showing 8 changed files with 107 additions and 149 deletions.
3 changes: 2 additions & 1 deletion gfx/cairo/cairo/src/cairo-font-options.c
Original file line number Diff line number Diff line change
Expand Up @@ -366,14 +366,15 @@ cairo_font_options_get_subpixel_order (const cairo_font_options_t *options)
* Since: 1.8
**/
void
_cairo_font_options_set_lcd_filter (cairo_font_options_t *options,
cairo_font_options_set_lcd_filter (cairo_font_options_t *options,
cairo_lcd_filter_t lcd_filter)
{
if (cairo_font_options_status (options))
return;

options->lcd_filter = lcd_filter;
}
slim_hidden_def (cairo_font_options_set_lcd_filter);

/**
* _cairo_font_options_get_lcd_filter:
Expand Down
Loading

0 comments on commit 94f4c23

Please sign in to comment.