mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
[data] Move fonts into a separate folder
Signed-off-by: Andrew Shkrob <andrew.shkrob.social@yandex.by>
This commit is contained in:
committed by
Konstantin Pastbin
parent
91b91a3e32
commit
ef6ffa299d
@@ -194,19 +194,19 @@ void Platform::GetFontNames(FilesList & res) const
|
||||
|
||||
/// @todo Actually, this list should present once in all our code.
|
||||
char constexpr const * arrDef[] = {
|
||||
"00_NotoNaskhArabic-Regular.ttf",
|
||||
"00_NotoSansBengali-Regular.ttf",
|
||||
"00_NotoSansHebrew-Regular.ttf",
|
||||
"00_NotoSansMalayalam-Regular.ttf",
|
||||
"00_NotoSansThai-Regular.ttf",
|
||||
"00_NotoSerifDevanagari-Regular.ttf",
|
||||
"01_dejavusans.ttf",
|
||||
"02_droidsans-fallback.ttf",
|
||||
"03_jomolhari-id-a3d.ttf",
|
||||
"04_padauk.ttf",
|
||||
"05_khmeros.ttf",
|
||||
"06_code2000.ttf",
|
||||
"07_roboto_medium.ttf",
|
||||
"fonts/00_NotoNaskhArabic-Regular.ttf",
|
||||
"fonts/00_NotoSansBengali-Regular.ttf",
|
||||
"fonts/00_NotoSansHebrew-Regular.ttf",
|
||||
"fonts/00_NotoSansMalayalam-Regular.ttf",
|
||||
"fonts/00_NotoSansThai-Regular.ttf",
|
||||
"fonts/00_NotoSerifDevanagari-Regular.ttf",
|
||||
"fonts/01_dejavusans.ttf",
|
||||
"fonts/02_droidsans-fallback.ttf",
|
||||
"fonts/03_jomolhari-id-a3d.ttf",
|
||||
"fonts/04_padauk.ttf",
|
||||
"fonts/05_khmeros.ttf",
|
||||
"fonts/06_code2000.ttf",
|
||||
"fonts/07_roboto_medium.ttf",
|
||||
};
|
||||
res.insert(res.end(), arrDef, arrDef + ARRAY_SIZE(arrDef));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user