From beb2b5cfdb79ac9147296e3a6bd21970a947a6f4 Mon Sep 17 00:00:00 2001 From: Christian Robertson Date: Tue, 9 Aug 2011 15:24:25 -0700 Subject: Replacing sans serif system font with Roboto Change-Id: Ibe0aa11e2259898e65dc422c7794ab4065a0a90e --- libs/rs/rsFont.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/rs') diff --git a/libs/rs/rsFont.cpp b/libs/rs/rsFont.cpp index ce674f4..3917ca1 100644 --- a/libs/rs/rsFont.cpp +++ b/libs/rs/rsFont.cpp @@ -735,7 +735,7 @@ void FontState::renderText(const char *text, uint32_t len, int32_t x, int32_t y, Font *currentFont = mRSC->getFont(); if (!currentFont) { if (!mDefault.get()) { - String8 fontsDir("/fonts/DroidSans.ttf"); + String8 fontsDir("/fonts/Roboto-Regular.ttf"); String8 fullPath(getenv("ANDROID_ROOT")); fullPath += fontsDir; -- cgit v1.1