* src/sfntfont-android.c (init_sfntfont_android): Fix SDK check.
This commit is contained in:
parent
77a86d738e
commit
c453c82dc6
1 changed files with 1 additions and 1 deletions
|
@ -770,7 +770,7 @@ init_sfntfont_android (void)
|
|||
build_string ("Roboto")),
|
||||
Fcons (build_string ("DejaVu Serif"),
|
||||
build_string ("Noto Serif")));
|
||||
else if (api_level >= 15)
|
||||
else if (api_level >= 14)
|
||||
/* Android 4.0 and later distribute Roboto in lieu of Droid
|
||||
Sans. */
|
||||
Vsfnt_default_family_alist
|
||||
|
|
Loading…
Add table
Reference in a new issue