| commit | 1f5f9a30d71973f0c54e0142ed80740b71c720e3 | [log] [tgz] |
|---|---|---|
| author | Christian Robertson <robertsonc@google.com> | Tue Aug 09 15:24:25 2011 -0700 |
| committer | Justin Ho <justinho@google.com> | Thu Aug 11 15:35:52 2011 -0700 |
| tree | 992a98e5355f00e8a649e1156fd6e04d0c4b72c3 | |
| parent | 82ea63a801341aa5bf4513dbf92ce376bf27b13c [diff] [blame] |
Replacing sans serif system font with Roboto Change-Id: Ibe0aa11e2259898e65dc422c7794ab4065a0a90e
diff --git a/rsFont.cpp b/rsFont.cpp index ce674f4..3917ca1 100644 --- a/rsFont.cpp +++ b/rsFont.cpp
@@ -735,7 +735,7 @@ 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;