Yes, there is a bug and this is it...
From librmsdk.so.1.0.0:
res:///fonts/CourierStd.otf
res:///fonts/CourierStd-Bold.otf
res:///fonts/CourierStd-Oblique.otf
res:///fonts/CourierStd-BoldOblique.otf
Should be...
res:///fonts/normal/CourierStd.otf
res:///fonts/bold/CourierStd-Bold.otf
res:///fonts/italic/CourierStd-Oblique.otf
res:///fonts/bolditalic/CourierStd-BoldOblique.otf
Because of this, CourierSTD cannot be put in fonts and used when monospace is used.
|