diff options
author | Christian Robertson <robertsonc@google.com> | 2011-08-09 15:24:25 -0700 |
---|---|---|
committer | Justin Ho <justinho@google.com> | 2011-08-11 15:35:52 -0700 |
commit | beb2b5cfdb79ac9147296e3a6bd21970a947a6f4 (patch) | |
tree | 5a34daca11fbcdb54c00b579bf85f97938c43764 /libs | |
parent | 9cc07c3939581909bf7de42df0215a65fab7b472 (diff) | |
download | frameworks_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')
-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 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; |