diff options
| author | 2011-08-12 07:25:47 -0700 | |
|---|---|---|
| committer | 2011-08-12 07:25:47 -0700 | |
| commit | 1213697980d58d4285cc77a5dd80a453f008a077 (patch) | |
| tree | df65680606e74b53bb03fc0cd62bbc28b95f840f /libs | |
| parent | ba86443e8b8b83934a04c1c381d1c937d9f0093f (diff) | |
| parent | beb2b5cfdb79ac9147296e3a6bd21970a947a6f4 (diff) | |
Merge "Replacing sans serif system font with Roboto"
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/rs/rsFont.cpp | 2 |
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; |