diff options
author | Khaled Hosny <khaled@aliftype.com> | 2023-03-18 00:52:04 +0200 |
---|---|---|
committer | خالد حسني <khaled@aliftype.com> | 2023-03-18 02:08:39 +0000 |
commit | 6f54b54ec3dc51fb8824adb08620fde4c70d10f2 (patch) | |
tree | c6d7246740e33b5797f349a0d790a0762bbefa76 /officecfg | |
parent | f30e9a6143128421c8fabd2ebb4eafcb43c1e16a (diff) |
tdf#154235: Ignore underline metrics for all Liberation fonts
They all have bad metrics and we are better off synthesising metrics for
them instead. Also simplify the exception list to only use family name.
Change-Id: I9e13bc05bdf56a31e9805fcd348439d191ed3a3c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149072
Tested-by: Jenkins
Reviewed-by: خالد حسني <khaled@aliftype.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index fb262b8e7ab3..714fa8ccc485 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -5613,8 +5613,10 @@ </desc> </info> <value> - <!-- tdf#152267 --> - <it>Liberation Serif,100,-123,100,420</it> + <!-- tdf#152267, tdf#154235 --> + <it>Liberation Serif</it> + <it>Liberation Sans</it> + <it>Liberation Mono</it> </value> </prop> <prop oor:name="PluginsEnabled" oor:type="xs:boolean" oor:nillable="false"> |