From 76ddb15dbcee8d75a02c1202ded8ea8a282f9f8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguye=CC=82=CC=83n?= Date: Thu, 19 Mar 2020 16:21:29 -0700 Subject: [core] Factored out default fonts --- include/mbgl/util/constants.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/mbgl/util/constants.hpp b/include/mbgl/util/constants.hpp index 56f42ac894..bb026817c8 100644 --- a/include/mbgl/util/constants.hpp +++ b/include/mbgl/util/constants.hpp @@ -66,6 +66,9 @@ constexpr uint32_t DEFAULT_MAXIMUM_CONCURRENT_REQUESTS = 20; constexpr uint8_t TERRAIN_RGB_MAXZOOM = 15; +constexpr const char* LAST_RESORT_ALPHABETIC_FONT = "Open Sans Regular"; +constexpr const char* LAST_RESORT_PAN_UNICODE_FONT = "Arial Unicode MS Regular"; + } // namespace util namespace debug { -- cgit v1.2.1