Home
last modified time | relevance | path

Searched refs:font_line_height (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/util/
H A Dcore_text_util_unittest.mm49 CGFloat font_line_height = font.ascender - font.descender;
59 ASSERT_EQ(font_line_height * line_height_multiple,
/dports/x11/foot/foot/
H A Dterminal.c686 term->cell_height = term->font_line_height.px >= 0 in term_set_fonts()
687 ? term_pt_or_px_as_pixels(term, &term->font_line_height) in term_set_fonts()
1031 term->font_line_height = term->conf->line_height; in load_fonts_from_conf()
1238 term->font_line_height = conf->line_height; in term_init()
1942 if (term->font_line_height.px >= 0) { in term_font_size_adjust()
1943 double old_pt_size = term->font_line_height.px > 0 in term_font_size_adjust()
1944 ? term->font_line_height.px * 72. / term->font_dpi in term_font_size_adjust()
1945 : term->font_line_height.pt; in term_font_size_adjust()
1947 term->font_line_height.px = 0; in term_font_size_adjust()
1948 term->font_line_height.pt = fmax(old_pt_size + amount, 0); in term_font_size_adjust()
H A Dterminal.h360 struct pt_or_px font_line_height; member
/dports/games/minetest/minetest-5.4.1/src/gui/
H A DguiFormSpecMenu.cpp88 static unsigned int font_line_height(gui::IGUIFont *font) in font_line_height() function
1924 pos.Y + font_line_height(font) * in parseVertLabel()
1936 font_line_height(font) * in parseVertLabel()
3341 m_btn_height = font_line_height(m_font) * 0.875; in regenerateGui()