HomeSort by relevance Sort by last modified time
    Searched refs:line_space (Results 1 - 3 of 3) sorted by null

  /external/harfbuzz_ng/util/
view-cairo.cc 38 (vertical ? *w : *h) = (int) lines->len * (font_extents.height + view_options.line_space) - view_options.line_space;
91 cairo_translate (cr, v * -view_options.line_space, h * view_options.line_space);
options.hh 154 line_space = 0;
166 double line_space; member in struct:view_options_t
options.cc 265 {"line-space", 0, 0, G_OPTION_ARG_DOUBLE, &this->line_space, "Set space between lines (default: 0)", "units"},

Completed in 52 milliseconds