Added trigrams conversion to Dejavu Sans
This commit is contained in:
parent
f9b1298719
commit
e929de14f0
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
|
||||
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Clean" script:language="StarBasic">Sub mark73
|
||||
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Clean" script:language="StarBasic">Sub mark74
|
||||
|
||||
End Sub
|
||||
|
||||
|
@ -314,7 +314,9 @@ Private Sub unicodeSymbolsConversion
|
|||
RAtts(1).Value = newFontName
|
||||
RAtts(2).Value = newFontName
|
||||
'\u2200-\u22FF Mathematical operators
|
||||
unicodeConversionEverywhere("[\u2200-\u22ff]+",RAtts)
|
||||
'\u2630-\u2637 Trigrams
|
||||
'\u4DC0-\u4DFF Trigrams
|
||||
unicodeConversionEverywhere("[\u2200-\u22ff\u2630-\u2637\u4DC0-\u4DFF]+",RAtts)
|
||||
|
||||
newFontName = "Noto Serif CJK JP"
|
||||
RAtts(0).Value = newFontName
|
||||
|
|
Loading…
Add table
Reference in a new issue