Home
last modified time | relevance | path

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

/dports/www/kristall/kristall-6b39f244/src/
H A Ddocumentstyle.cpp452 auto const patchup_font = [&default_fonts](QFont & font, bool fixed=false) in derive() local
493 patchup_font(themed.h1_font); in derive()
494 patchup_font(themed.h2_font); in derive()
495 patchup_font(themed.h3_font); in derive()
496 patchup_font(themed.standard_font); in derive()
497 patchup_font(themed.preformatted_font, true); in derive()
498 patchup_font(themed.blockquote_font); in derive()