Lines Matching refs:font_options_t
71895 @@ -53,11 +53,13 @@ struct font_options_t : face_options_t
71921 @@ -94,6 +96,8 @@ font_options_t::post_parse (GError **error)
71930 @@ -137,6 +141,14 @@ font_options_t::post_parse (GError **error)
71945 @@ -265,7 +277,11 @@ font_options_t::add_options (option_parser_t *parser)
72037 +helper_cairo_create_ft_font_face (const font_options_t *font_opts)
72397 +helper_cairo_create_user_font_face (const font_options_t *font_opts)
72463 +helper_cairo_use_hb_draw (const font_options_t *font_opts)
72474 helper_cairo_create_scaled_font (const font_options_t *font_opts)
72537 @@ -140,6 +94,9 @@ helper_cairo_create_scaled_font (const font_options_t *font_opts)
72547 @@ -165,17 +122,10 @@ helper_cairo_create_scaled_font (const font_options_t *font_opts)
72591 -template <typename consumer_t, typename font_options_t, typename text_options_t>
72592 -struct main_font_text_t : option_parser_t, font_options_t, text_options_t, consumer_t
72604 @@ -53,8 +59,8 @@ struct main_font_text_t : option_parser_t, font_options_t, text_options_t, consu
72608 - font_options_t::add_options (this);