PropertyResolver contains the following comment:
Using java Syntax Highlighting
public String getDefaultFont
() {
// First look at the defaults
// 3 look at styles/rPrDefault
// eg <w:rFonts w:asciiTheme="minorHAnsi" w:eastAsiaTheme="minorEastAsia"
// w:hAnsiTheme="minorHAnsi" w:cstheme="minorBidi"/>
// 3.1 if there is an rFonts element, do what it says (it may refer you to the theme part,
// in which case if there is no theme part, default to "internally stored settings"
// (there is no normal.dot; see http://support.microsoft.com/kb/924460/en-us )
// in this case Calibri and Cambria)
// 3.2 if there is no rFonts element, default to Times New Roman.
Parsed in 0.015 seconds, using
GeSHi 1.0.8.4
The sample document you provided contains:
Using xml Syntax Highlighting
<w:styles >
<w:docDefaults>
<w:rPrDefault>
<w:rPr>
<w:rFonts w:ascii="Times New Roman" w:eastAsiaTheme="minorHAnsi" w:hAnsi="Times New Roman" w:cstheme="minorBidi"/>
Parsed in 0.001 seconds, using
GeSHi 1.0.8.4
Is that rFonts element present in the documents where this issue arises?