mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 691661 - Add missing break statement in cairo-ft-font.c from upstream. r=jmuizelaar
This commit is contained in:
parent
7d4c27a2f4
commit
cccde44fa6
@ -1351,6 +1351,7 @@ _render_glyph_outline (FT_Face face,
|
||||
} else {
|
||||
rgba = FC_RGBA_RGB;
|
||||
}
|
||||
break;
|
||||
case FT_RENDER_MODE_LCD_V:
|
||||
if (font_options->subpixel_order == CAIRO_SUBPIXEL_ORDER_VBGR) {
|
||||
rgba = FC_RGBA_VBGR;
|
||||
|
Loading…
Reference in New Issue
Block a user