https://bugs.documentfoundation.org/show_bug.cgi?id=98989

--- Comment #7 from Michael Stahl <[email protected]> ---
the font is Courier, which isn't found for some reason...

PhysicalFontFamily::FindBestFontFace() finds maFontFaces empty and returns null

first, PhysicalFontFamily is created with maFontFaces size 3

then for a new VirtualDevice, PhysicalFontFamily::UpdateCloneFontList()
clones it but doesn't clone any of maFontFaces because all not scalable.

Windows 7 has "coure.fon" etc. "Courier" Windows 3.0 era bitmap font,
and "Courier New" OpenType font.

whereas on Linux we get some font substitution with a scalable font
> fc-match Courier
n022003l.pfb: "Nimbus Mono L" "Regular"

SwFntObj::GetFontHeight() returns 0 due to lack of FontInstances.

how that worked before is a mystery; unfortunately we don't seem
to have windows bibisect older than 4.4?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to