mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 20:02:55 +00:00
bd40c13f6f
- Delete "DejaVu Sans Mono" font files (DejaVuSansMono.ttf etc.). - Re-map "Terminal" font substitute to "Lucida Console" except for HebrewFonts and UnicodeFonts. - Re-map HebrewFonts "Terminal" font substitute to "Courier New". - Re-map UnicodeFonts "Terminal" font substitute to "Courier New". And then, re-map UnicodeFonts "Courier" font substitute to "Courier New". Delete UnicodeFonts "Courier New" font substitute. CORE-18605
66 lines
1.5 KiB
CMake
66 lines
1.5 KiB
CMake
|
|
list(APPEND FONT_FILES
|
|
arial.ttf
|
|
arialbd.ttf
|
|
arialbi.ttf
|
|
ariali.ttf
|
|
ariblk.ttf
|
|
comic.ttf
|
|
comicbd.ttf
|
|
cour.ttf
|
|
courbd.ttf
|
|
courbi.ttf
|
|
couri.ttf
|
|
framd.ttf
|
|
framdit.ttf
|
|
FreeSans.ttf
|
|
FreeSansBold.ttf
|
|
FreeSansBoldOblique.ttf
|
|
FreeSansOblique.ttf
|
|
FSEX301.ttf
|
|
FSEX301-L2.ttf
|
|
georgia.ttf
|
|
georgiab.ttf
|
|
georgiai.ttf
|
|
georgiaz.ttf
|
|
lucon.ttf
|
|
Marlett.ttf
|
|
pala.ttf
|
|
palab.ttf
|
|
palabi.ttf
|
|
palai.ttf
|
|
SourceSansPro-Regular.ttf
|
|
SourceSansPro-Bold.ttf
|
|
SourceSansPro-BoldIt.ttf
|
|
SourceSansPro-It.ttf
|
|
#ssee874.fon # to be added (CORE-16165 and CORE-16166)
|
|
#ssee1255.fon # to be added (CORE-16165 and CORE-16166)
|
|
#ssee1256.fon # to be added (CORE-16165 and CORE-16166)
|
|
#ssee1257.fon # to be added (CORE-16165 and CORE-16166)
|
|
#sserife.fon # to be added (CORE-16165 and CORE-16166)
|
|
#sserifeg.fon # to be added (CORE-16165 and CORE-16166)
|
|
#sserifer.fon # to be added (CORE-16165 and CORE-16166)
|
|
#sserifet.fon # to be added (CORE-16165 and CORE-16166)
|
|
symbol.ttf
|
|
tahoma.ttf
|
|
tahomabd.ttf
|
|
times.ttf
|
|
timesbd.ttf
|
|
timesbi.ttf
|
|
timesi.ttf
|
|
trebuc.ttf
|
|
trebucbd.ttf
|
|
trebucbi.ttf
|
|
trebucit.ttf
|
|
UniVGA16.ttf
|
|
verdanab.ttf
|
|
verdanaz.ttf
|
|
verdanai.ttf
|
|
verdana.ttf
|
|
#vgaoem.fon # to be added (CORE-17327)
|
|
wingding.ttf)
|
|
|
|
foreach(item ${FONT_FILES})
|
|
add_cd_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/${item}" DESTINATION reactos/Fonts FOR all)
|
|
endforeach(item)
|