mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
23e575c1bc
To fix regression CORE-16497 "Chromium BSU setup using wrong font" It is a good idea to add micross.ttf, but we should not use "Liberation Sans" as template but instead either create it from scratch or at least use something with the same metrics as the MS font and does not blur in CORE-16497. This reverts commit 0.4.13-dev-796-geefc544202
Same revert already done in 0.4.13-RC-25-gc8edd36e3e
72 lines
1.4 KiB
CMake
72 lines
1.4 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
|
|
DejaVuSansMono-Bold.ttf
|
|
DejaVuSansMono-BoldOblique.ttf
|
|
DejaVuSansMono-Oblique.ttf
|
|
DejaVuSansMono.ttf
|
|
framd.ttf
|
|
framdit.ttf
|
|
FreeMono.ttf
|
|
FreeMonoBold.ttf
|
|
FreeMonoBoldOblique.ttf
|
|
FreeMonoOblique.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
|
|
#ssee1255.fon # to be added
|
|
#ssee1256.fon # to be added
|
|
#ssee1257.fon # to be added
|
|
#sserife.fon # to be added
|
|
#sserifeg.fon # to be added
|
|
#sserifer.fon # to be added
|
|
#sserifet.fon # to be added
|
|
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
|
|
wingding.ttf)
|
|
|
|
foreach(item ${FONT_FILES})
|
|
add_cd_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/${item}" DESTINATION reactos/Fonts FOR all)
|
|
endforeach(item)
|