Source position: cairoft.pp line 48
type cairo_ft_synthesize_t = (
CAIRO_FT_SYNTHESIZE_BOLD = 1 shl 0,
CAIRO_FT_SYNTHESIZE_OBLIQUE = 1 shl 1
);