mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:26:00 +00:00
[USETUP][BOOTDATA] Include optional CJK standard fonts (#2336)
This PR enables the developers to include the CJK standard fonts into ReactOS by adding them in Folder modules/optional. This feature is for test purpose only. You may not use the fonts illegally. The embeddable font files are: mingliu.ttc, simsun.ttc, mssong.ttf, msgothic.ttc, msmincho.ttc, gulim.ttc and batang.ttc. CORE-9619
This commit is contained in:
parent
c89e111c6a
commit
b539dd1c5a
7 changed files with 256 additions and 13 deletions
|
@ -94,6 +94,13 @@ Signature = "$Windows NT$"
|
|||
|
||||
; Optional/proprietary files
|
||||
"modules/optional/DroidSansFallback.ttf" 4 optional
|
||||
"modules/optional/mingliu.ttc" 4 optional
|
||||
"modules/optional/simsun.ttc" 4 optional
|
||||
"modules/optional/mssong.ttf" 4 optional
|
||||
"modules/optional/msgothic.ttc" 4 optional
|
||||
"modules/optional/msmincho.ttc" 4 optional
|
||||
"modules/optional/gulim.ttc" 4 optional
|
||||
"modules/optional/batang.ttc" 4 optional
|
||||
"modules/optional/NOTICE_for_Droid_Font.txt" 1 optional
|
||||
"modules/optional/netkvm.inf" 6 optional
|
||||
"modules/optional/netkvm.cat" 6 optional
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue