summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2018-03-23 14:41:01 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2018-05-30 09:56:18 +0200
commit2f529db909f99a2a503ca0347a9d70742b7f05ba (patch)
tree0d1428aea962cc8b5b51b603ef36f0471a8dbf9b /officecfg
parent5d7a28fd2dd7f0c1696d4d8989a5a547e3f2e531 (diff)
tdf#116498 Use win metrics for 'DIN Light' font
This adds a special treatment for fonts which rely on the win metrics for correct line spacing calculation. At the moment, only 'DIN Light' is known to need that treatment. Change-Id: Idd9fd6f63083ab7a706e0cbcd33a947d4949d4e9 Reviewed-on: https://gerrit.libreoffice.org/53962 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs12
1 files changed, 12 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 88b6f3b07f1b..3d73cc94deb2 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -5295,6 +5295,18 @@
</info>
<value>EmojiOne Color</value>
</prop>
+ <prop oor:name="FontsUseWinMetrics" oor:type="oor:string-list" oor:nillable="false">
+ <info>
+ <desc>
+ Fonts where the win metrics need to be considered in order to display the font correctly
+ Fonts are identified by their name and the font metrics (see fontmetric.cxx:ShouldUseWinMetrics).
+ </desc>
+ </info>
+ <value>
+ <!-- DIN Light (ttf version) has odd metrics. The otf version works fine. -->
+ <it>DIN Light,1509,-503,1509,-483,1997,483</it>
+ </value>
+ </prop>
<prop oor:name="PluginsEnabled" oor:type="xs:boolean" oor:nillable="false">
<!-- OldPath: ? -->
<!-- OldLocation: soffice.ini -->