2014-10-17 23:28:29 +00:00
|
|
|
|
2011-05-16 13:12:07 +00:00
|
|
|
list(APPEND FONT_FILES
|
2019-08-02 11:37:53 +00:00
|
|
|
arial.ttf
|
|
|
|
arialbd.ttf
|
|
|
|
arialbi.ttf
|
|
|
|
ariali.ttf
|
2019-08-04 06:37:34 +00:00
|
|
|
ariblk.ttf
|
2019-07-27 05:53:06 +00:00
|
|
|
comic.ttf
|
|
|
|
comicbd.ttf
|
2019-08-03 00:05:14 +00:00
|
|
|
cour.ttf
|
|
|
|
courbd.ttf
|
|
|
|
courbi.ttf
|
|
|
|
couri.ttf
|
2019-08-03 10:03:27 +00:00
|
|
|
framd.ttf
|
|
|
|
framdit.ttf
|
2012-12-20 20:21:56 +00:00
|
|
|
FreeSans.ttf
|
|
|
|
FreeSansBold.ttf
|
|
|
|
FreeSansBoldOblique.ttf
|
|
|
|
FreeSansOblique.ttf
|
2012-12-24 17:27:04 +00:00
|
|
|
FSEX301.ttf
|
|
|
|
FSEX301-L2.ttf
|
2019-08-03 01:43:09 +00:00
|
|
|
georgia.ttf
|
|
|
|
georgiab.ttf
|
|
|
|
georgiai.ttf
|
|
|
|
georgiaz.ttf
|
2019-08-04 06:38:45 +00:00
|
|
|
lucon.ttf
|
2011-05-16 13:12:07 +00:00
|
|
|
Marlett.ttf
|
2019-08-03 07:24:32 +00:00
|
|
|
pala.ttf
|
|
|
|
palab.ttf
|
|
|
|
palabi.ttf
|
|
|
|
palai.ttf
|
2019-11-02 00:25:00 +00:00
|
|
|
SourceSansPro-Regular.ttf
|
|
|
|
SourceSansPro-Bold.ttf
|
|
|
|
SourceSansPro-BoldIt.ttf
|
|
|
|
SourceSansPro-It.ttf
|
2020-10-10 13:53:04 +00:00
|
|
|
#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)
|
2019-11-02 00:25:00 +00:00
|
|
|
symbol.ttf
|
|
|
|
tahoma.ttf
|
|
|
|
tahomabd.ttf
|
2019-08-04 02:22:51 +00:00
|
|
|
times.ttf
|
|
|
|
timesbd.ttf
|
|
|
|
timesbi.ttf
|
|
|
|
timesi.ttf
|
2019-08-04 03:11:55 +00:00
|
|
|
trebuc.ttf
|
|
|
|
trebucbd.ttf
|
|
|
|
trebucbi.ttf
|
|
|
|
trebucit.ttf
|
2019-08-26 13:19:06 +00:00
|
|
|
UniVGA16.ttf
|
|
|
|
verdanab.ttf
|
|
|
|
verdanaz.ttf
|
|
|
|
verdanai.ttf
|
2019-11-10 04:07:24 +00:00
|
|
|
verdana.ttf
|
2020-10-10 13:53:04 +00:00
|
|
|
#vgaoem.fon # to be added (CORE-17327)
|
2019-11-10 04:07:24 +00:00
|
|
|
wingding.ttf)
|
2011-05-16 13:12:07 +00:00
|
|
|
|
|
|
|
foreach(item ${FONT_FILES})
|
|
|
|
add_cd_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/${item}" DESTINATION reactos/Fonts FOR all)
|
2013-02-17 15:06:22 +00:00
|
|
|
endforeach(item)
|