[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - officecfg/registry
Caolán McNamara
caolanm at redhat.com
Tue Nov 5 14:04:53 CET 2013
officecfg/registry/data/org/openoffice/VCL.xcu | 24 +++++++++++++++++++++++-
1 file changed, 23 insertions(+), 1 deletion(-)
New commits:
commit 9037966caf65544400f8441c733c061a5b8de32f
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Oct 23 15:13:19 2013 +0100
Set carlito/calibri caladea/cambria as MSOffice export replacements
so when we save one of our files that uses the chromium fonts to e.g. .doc we
can set the in-file recommended fallback font to the MS equivalents to tell
MSOffice what to use.
Change-Id: Ia04022c91a7c43729ef315011addf33c316619ee
Reviewed-on: https://gerrit.libreoffice.org/6585
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/officecfg/registry/data/org/openoffice/VCL.xcu b/officecfg/registry/data/org/openoffice/VCL.xcu
index b73dacc..e3b506a 100644
--- a/officecfg/registry/data/org/openoffice/VCL.xcu
+++ b/officecfg/registry/data/org/openoffice/VCL.xcu
@@ -1540,7 +1540,13 @@
<value>Normal,SansSerif</value>
</prop>
</node>
- <node oor:name="candara" oor:op="replace">
+ <node oor:name="carlito" oor:op="replace">
+ <prop oor:name="SubstFonts">
+ <value>calibri;hiraginomarugothicpronw3;hiraginomarugothicprow3</value>
+ </prop>
+ <prop oor:name="SubstFontsMS">
+ <value>Calibri</value>
+ </prop>
<prop oor:name="FontType">
<value>Normal,SansSerif</value>
</prop>
@@ -1553,6 +1559,22 @@
<value>Normal,Serif</value>
</prop>
</node>
+ <node oor:name="caladea" oor:op="replace">
+ <prop oor:name="SubstFonts">
+ <value>cambria;applelisung</value>
+ </prop>
+ <prop oor:name="SubstFontsMS">
+ <value>Cambria</value>
+ </prop>
+ <prop oor:name="FontType">
+ <value>Normal,Serif</value>
+ </prop>
+ </node>
+ <node oor:name="candara" oor:op="replace">
+ <prop oor:name="FontType">
+ <value>Normal,SansSerif</value>
+ </prop>
+ </node>
<node oor:name="consolas" oor:op="replace">
<prop oor:name="FontType">
<value>Normal,SansSerif,Fixed</value>
More information about the Libreoffice-commits
mailing list