Searched refs:font_opts (Results 1 – 8 of 8) sorted by relevance
39 font_opts (&options), in main_font_text_t()49 if (argc && !font_opts.font_file) font_opts.font_file = argv[0], argc--, argv++; in main()53 if (!font_opts.font_file) in main()58 consumer.init (&font_opts); in main()67 consumer.finish (&font_opts); in main()74 font_options_t font_opts; member
40 void init (const font_options_t *font_opts) in init()42 font = hb_font_reference (font_opts->get_font ()); in init()43 output.init (font_opts); in init()66 void finish (const font_options_t *font_opts) in finish()68 output.finish (font_opts); in finish()
43 void init (const font_options_t *font_opts) in init()46 …scale = double (view_options.font_size) / hb_face_get_upem (hb_font_get_face (font_opts->get_font … in init()74 void finish (const font_options_t *font_opts) in finish()76 render (font_opts); in finish()90 void render (const font_options_t *font_opts);
56 void init (const font_options_t *font_opts) in init()59 font = hb_font_reference (font_opts->get_font ()); in init()90 void finish (const font_options_t *font_opts) in finish()
38 void init (const font_options_t *font_opts) in init()43 font = hb_font_reference (font_opts->get_font ()); in init()101 void finish (const font_options_t *font_opts) in finish()
55 view_cairo_t::render (const font_options_t *font_opts) in render() argument57 …cairo_scaled_font_t *scaled_font = helper_cairo_create_scaled_font (font_opts, view_options.font_s… in render()
36 helper_cairo_create_scaled_font (const font_options_t *font_opts,
64 helper_cairo_create_scaled_font (const font_options_t *font_opts, in helper_cairo_create_scaled_font() argument67 hb_font_t *font = hb_font_reference (font_opts->get_font ()); in helper_cairo_create_scaled_font()