To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59853
------- Additional comments from [EMAIL PROTECTED] Sat Jan 21 21:45:26 -0800
2006 -------
For the correct solution we have to set font replacement like this (file:
OpenOffice.org2/user/registry/data/orgo/penoffice/Office/Common.xcu):
<node oor:name="Font">
<node oor:name="Substitution">
<prop oor:name="Replacement" oor:type="xs:boolean">
<value>true</value>
</prop>
<node oor:name="FontPairs">
<node oor:name="_0" oor:op="replace">
<prop oor:name="Always" oor:type="xs:boolean">
<value>false</value>
</prop>
<prop oor:name="OnScreenOnly" oor:type="xs:boolean">
<value>false</value>
</prop>
<prop oor:name="ReplaceFont" oor:type="xs:string">
<value>Bitstream Vera Sans</value>
</prop>
<prop oor:name="SubstituteFont" oor:type="xs:string">
<value>DejaVu Sans</value>
</prop>
</node>
<node oor:name="_1" oor:op="replace">
<prop oor:name="Always" oor:type="xs:boolean">
<value>false</value>
</prop>
<prop oor:name="OnScreenOnly" oor:type="xs:boolean">
<value>false</value>
</prop>
<prop oor:name="ReplaceFont" oor:type="xs:string">
<value>Bitstream Vera Sans Mono</value>
</prop>
<prop oor:name="SubstituteFont" oor:type="xs:string">
<value>DejaVu Sans Mono</value>
</prop>
</node>
<node oor:name="_2" oor:op="replace">
<prop oor:name="Always" oor:type="xs:boolean">
<value>false</value>
</prop>
<prop oor:name="OnScreenOnly" oor:type="xs:boolean">
<value>false</value>
</prop>
<prop oor:name="ReplaceFont" oor:type="xs:string">
<value>Bitstream Vera Serif</value>
</prop>
<prop oor:name="SubstituteFont" oor:type="xs:string">
<value>DejaVu Serif</value>
</prop>
</node>
</node>
</node>
</node>
It replaces the font when Bitstream Vera is not available...
In my opinion we can do it for 2.0.3 with carefully testing... For example I
will upload a build soon for testing...
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]