Bug 691661 - Add missing break statement in cairo-ft-font.c from upstream. r=jmuizelaar

This commit is contained in:
Ali Juma 2013-03-05 12:13:30 -05:00
parent 7d4c27a2f4
commit cccde44fa6

View File

@ -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;