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
|
||||
|
@ -1674,4 +1674,4 @@ Private Function insertUserField(cursor As Object,fieldName As String,fieldValue
|
|||
cursor.Text.insertTextContent(cursor, oField, False)
|
||||
oField.IsVisible = false
|
||||
End Function
|
||||
</script:module>
|
||||
</script:module>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue