Home
last modified time | relevance | path

Searched refs:line_space (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/util/
Dview-cairo.cc49 double leading = font_height + view_options.line_space; in render()
53 (vertical ? w : h) = (int) lines->len * leading - view_options.line_space; in render()
Doptions.hh127 line_space = 0; in view_options_t()
143 double line_space; member
Doptions.cc399 …{"line-space", 0, 0, G_OPTION_ARG_DOUBLE, &this->line_space, "Set space between lines (default: 0… in add_options()