Я нигде его не использую
Ну да, оно само, как обычно...
Возьмите архиватор, откройте ваш odt как архив, откройте /styles.xml
<office:styles>
<style:default-style style:family="graphic">
...
<style:text-properties style:use-window-font-color="true"
style:font-name="PT Sans" fo:font-size="12pt" fo:language="ru" fo:country="RU" style:letter-kerning="true"
style:font-name-asian="SimSun" style:font-size-asian="10.5pt" style:language-asian="zh" style:country-asian="CN"
style:font-name-complex="Mangal" style:font-size-complex="12pt" style:language-complex="hi" style:country-complex="IN"/>
</style:default-style>
<style:default-style style:family="paragraph">
...
<style:text-properties
style:use-window-font-color="true"
style:font-name="PT Sans" fo:font-size="12pt" fo:language="ru" fo:country="RU" style:letter-kerning="true"
style:font-name-asian="SimSun" style:font-size-asian="10.5pt" style:language-asian="zh" style:country-asian="CN"
style:font-name-complex="Mangal" style:font-size-complex="12pt" style:language-complex="hi" style:country-complex="IN"
fo:hyphenate="false" fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2"/>
</style:default-style>
<style:style style:name="Heading" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Text_20_body" style:class="text">
...
<style:text-properties
style:font-name="PT Sans Caption" fo:font-family="'PT Sans Caption'" style:font-family-generic="swiss" fo:font-size="14pt"
style:font-name-asian="Microsoft YaHei" style:font-family-asian="'Microsoft YaHei'" style:font-family-generic-asian="system" style:font-pitch-asian="variable" style:font-size-asian="14pt"
style:font-name-complex="Mangal" style:font-family-complex="Mangal" style:font-family-generic-complex="system" style:font-pitch-complex="variable" style:font-size-complex="14pt"/>
</style:style>
...
Откройте /content.xml
...
<style:font-face style:name="Mangal" svg:font-family="Mangal" style:font-family-generic="system" style:font-pitch="variable"/>
<style:font-face style:name="Microsoft YaHei" svg:font-family="'Microsoft YaHei'" style:font-family-generic="system" style:font-pitch="variable"/>
<style:font-face style:name="SimSun" svg:font-family="SimSun" style:font-family-generic="system" style:font-pitch="variable">
...
Поддержка восточноазиатской письменности и сложных систем письменность включена?
Если да, то вот это оно самое и есть.
Или нет?