summaryrefslogtreecommitdiffstats
path: root/libs/rs
diff options
context:
space:
mode:
authorChristian Robertson <robertsonc@google.com>2011-08-09 15:24:25 -0700
committerJustin Ho <justinho@google.com>2011-08-11 15:35:52 -0700
commitbeb2b5cfdb79ac9147296e3a6bd21970a947a6f4 (patch)
tree5a34daca11fbcdb54c00b579bf85f97938c43764 /libs/rs
parent9cc07c3939581909bf7de42df0215a65fab7b472 (diff)
downloadframeworks_base-beb2b5cfdb79ac9147296e3a6bd21970a947a6f4.zip
frameworks_base-beb2b5cfdb79ac9147296e3a6bd21970a947a6f4.tar.gz
frameworks_base-beb2b5cfdb79ac9147296e3a6bd21970a947a6f4.tar.bz2
Replacing sans serif system font with Roboto
Change-Id: Ibe0aa11e2259898e65dc422c7794ab4065a0a90e
Diffstat (limited to 'libs/rs')
-rw-r--r--libs/rs/rsFont.cpp2
1 files changed, 1 insertions, 1 deletions
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;