New version
This commit is contained in:
parent
d40b791394
commit
8d01e22c20
2 changed files with 4 additions and 4 deletions
|
@ -262,7 +262,7 @@ Private Sub unicodeSymbolsConversion
|
|||
'\u2200-\u22FF Mathematical operators
|
||||
unicodeConversionEverywhere("[\u2200-\u22ff]+",RAtts)
|
||||
|
||||
newFontName = "Noto Serif CJK JP Regular"
|
||||
newFontName = "Noto Serif CJK JP"
|
||||
RAtts(0).Value = newFontName
|
||||
RAtts(1).Value = newFontName
|
||||
RAtts(2).Value = newFontName
|
||||
|
@ -271,7 +271,7 @@ Private Sub unicodeSymbolsConversion
|
|||
|
||||
unicodeConversionEverywhere("[\u302b\uff00-\uffef]+",RAtts)
|
||||
|
||||
newFontName = "Noto Serif CJK SC Regular"
|
||||
newFontName = "Noto Serif CJK SC"
|
||||
RAtts(0).Value = newFontName
|
||||
RAtts(1).Value = newFontName
|
||||
RAtts(2).Value = newFontName
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
xmlns:dep="http://openoffice.org/extensions/description/2006"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<identifier value="pro.litvinovg.Redaction" />
|
||||
<version value="0.6.5" />
|
||||
<version value="0.6.6" />
|
||||
<platform value="all" />
|
||||
<display-name>
|
||||
<name lang="en">Cleaning and validation documents for publishing in html and epub with pagination</name>
|
||||
|
|
Loading…
Add table
Reference in a new issue