// DragonX Wallet - INCBIN font embedding (CMake-generated) // Copyright 2024-2026 The Hush Developers // Released under the GPLv3 // // This file is generated by CMake's configure_file() from // src/embedded/embedded_fonts.cpp.in — do NOT edit the generated copy. // The absolute paths below are resolved at CMake configure time. #include "incbin.h" INCBIN(ubuntu_regular, "@CMAKE_SOURCE_DIR@/res/fonts/Ubuntu-R.ttf"); INCBIN(ubuntu_light, "@CMAKE_SOURCE_DIR@/res/fonts/Ubuntu-Light.ttf"); INCBIN(ubuntu_medium, "@CMAKE_SOURCE_DIR@/res/fonts/Ubuntu-Medium.ttf"); INCBIN(material_icons, "@CMAKE_SOURCE_DIR@/res/fonts/MaterialIcons-Regular.ttf"); INCBIN(noto_cjk_subset, "@CMAKE_SOURCE_DIR@/res/fonts/NotoSansCJK-Subset.ttf");