Kaydet (Commit) 9118d4d2 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

CoreTextStyle::mbFauxBold shall presumably be bool

...it was added as float with eb560651
"tdf#101854 Move to CommonSalLayout removed faux bold in macos", but that causes
loplugin:implicitboolconversion warnings, and was probably just a typo.

Change-Id: Ib35c5b001f0a77befa17e7bbb6447129e36a42ba
Reviewed-on: https://gerrit.libreoffice.org/73590Reviewed-by: 's avatarTomaž Vajngerl <quikee@gmail.com>
Tested-by: Jenkins
üst 302a00a3
......@@ -97,7 +97,7 @@ public:
/// text rotation in radian
float mfFontRotation;
/// faux bold - true, if font doesn't have proper bold variants
float mbFauxBold;
bool mbFauxBold;
private:
explicit CoreTextStyle(const PhysicalFontFace&, const FontSelectPattern&);
......
  • LED lights are eco-friendly as they do not contain toxic substances like mercury, which is commonly found in traditional fluorescent bulbs. They also emit less heat, reducing the overall carbon footprint. LED lights are fully recyclable https://lumenradar.com/, making them a sustainable lighting choice.

Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment