[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master c453c82dc6a 1/2: * src/sfntfont-android.c (init_sfntfont_android)
From: |
Po Lu |
Subject: |
master c453c82dc6a 1/2: * src/sfntfont-android.c (init_sfntfont_android): Fix SDK check. |
Date: |
Thu, 14 Mar 2024 23:52:24 -0400 (EDT) |
branch: master
commit c453c82dc6af2178ce10ffddccd9f38543ea6e88
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>
* src/sfntfont-android.c (init_sfntfont_android): Fix SDK check.
---
src/sfntfont-android.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/sfntfont-android.c b/src/sfntfont-android.c
index 94aedd0cd66..1ed394b9458 100644
--- a/src/sfntfont-android.c
+++ b/src/sfntfont-android.c
@@ -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