Am Sonntag, dem 06.02.2022 um 09:25 -0500 schrieb Scott Kostyshak:
> This seems to break compilation of:
> 
>   templates/Posters/Beamerposter.lyx
> 
> I thought I had run the ctests on your patch before you committed,
> but I must have messed something up.

Some observations: The issue here is that the class has SANS family,
but the document sets fonts_default_family == "rmdefault". Hence, in
Paragraph::getLayoutFont(), d->layout_->font and outerfont have family
INHERIT, but bparams.getFont() has ROMAN, which is what the returned
font gets. It should get INHERIT as well, though.

HTH,
Jürgen

Attachment: signature.asc
Description: This is a digitally signed message part

-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to