reactos/media/fonts/CMakeLists.txt
Katayama Hirofumi MZ bd40c13f6f
[SETUP][BOOTDATA][FONTS][INF] Delete DejaVu Sans Mono and re-map (#4856)
- 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
2022-11-07 11:34:19 +09:00

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)