summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
author Justin Ho <justinho@google.com> 2011-08-12 07:25:47 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2011-08-12 07:25:47 -0700
commit1213697980d58d4285cc77a5dd80a453f008a077 (patch)
treedf65680606e74b53bb03fc0cd62bbc28b95f840f /libs
parentba86443e8b8b83934a04c1c381d1c937d9f0093f (diff)
parentbeb2b5cfdb79ac9147296e3a6bd21970a947a6f4 (diff)
Merge "Replacing sans serif system font with Roboto"
Diffstat (limited to 'libs')
-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 ce674f420b11..3917ca19f80d 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;