summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaph Levien <raph@google.com>2013-03-28 14:35:44 -0700
committerRaph Levien <raph@google.com>2013-03-28 14:35:44 -0700
commit8dc3200465d4d2e25b6125bf4083783379255375 (patch)
tree42c849113a7329cb1493d2b135e3b8cc58e43a18
parentb5bd6106758b590fad4fd2db2f30156cd6aea975 (diff)
downloadnoto-fonts-android-4.3_r1.1.tar.gz
This commit adds the 20130214 versions of the Noto fonts for Bengali, Kannada, and Telugu. All scripts come in normal and bold weights, and in UI variants (more compact vertical metrics) as well as normal. Change-Id: I17ea54398b4b0c87146fa9bac9419058ac2d02a9
-rw-r--r--Android.mk96
-rw-r--r--NotoSansBengali-Bold.ttfbin0 -> 104376 bytes
-rw-r--r--NotoSansBengali-Regular.ttfbin0 -> 107312 bytes
-rw-r--r--NotoSansBengaliUI-Bold.ttfbin0 -> 104948 bytes
-rw-r--r--NotoSansBengaliUI-Regular.ttfbin0 -> 107868 bytes
-rw-r--r--NotoSansKannada-Bold.ttfbin0 -> 77724 bytes
-rw-r--r--NotoSansKannada-Regular.ttfbin0 -> 78928 bytes
-rw-r--r--NotoSansKannadaUI-Bold.ttfbin0 -> 77784 bytes
-rw-r--r--NotoSansKannadaUI-Regular.ttfbin0 -> 78968 bytes
-rw-r--r--NotoSansTelugu-Bold.ttfbin0 -> 111424 bytes
-rw-r--r--NotoSansTelugu-Regular.ttfbin0 -> 112068 bytes
-rw-r--r--NotoSansTeluguUI-Bold.ttfbin0 -> 111512 bytes
-rw-r--r--NotoSansTeluguUI-Regular.ttfbin0 -> 112128 bytes
-rw-r--r--fonts.mk14
14 files changed, 109 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 7be7ac9..24902d3 100644
--- a/Android.mk
+++ b/Android.mk
@@ -51,4 +51,100 @@ LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_PATH := $(TARGET_OUT)/fonts
include $(BUILD_PREBUILT)
+include $(CLEAR_VARS)
+LOCAL_MODULE := NotoSansBengali-Regular.ttf
+LOCAL_SRC_FILES := $(LOCAL_MODULE)
+LOCAL_MODULE_CLASS := ETC
+LOCAL_MODULE_TAGS := optional
+LOCAL_MODULE_PATH := $(TARGET_OUT)/fonts
+include $(BUILD_PREBUILT)
+
+include $(CLEAR_VARS)
+LOCAL_MODULE := NotoSansBengali-Bold.ttf
+LOCAL_SRC_FILES := $(LOCAL_MODULE)
+LOCAL_MODULE_CLASS := ETC
+LOCAL_MODULE_TAGS := optional
+LOCAL_MODULE_PATH := $(TARGET_OUT)/fonts
+include $(BUILD_PREBUILT)
+
+include $(CLEAR_VARS)
+LOCAL_MODULE := NotoSansBengaliUI-Regular.ttf
+LOCAL_SRC_FILES := $(LOCAL_MODULE)
+LOCAL_MODULE_CLASS := ETC
+LOCAL_MODULE_TAGS := optional
+LOCAL_MODULE_PATH := $(TARGET_OUT)/fonts
+include $(BUILD_PREBUILT)
+
+include $(CLEAR_VARS)
+LOCAL_MODULE := NotoSansBengaliUI-Bold.ttf
+LOCAL_SRC_FILES := $(LOCAL_MODULE)
+LOCAL_MODULE_CLASS := ETC
+LOCAL_MODULE_TAGS := optional
+LOCAL_MODULE_PATH := $(TARGET_OUT)/fonts
+include $(BUILD_PREBUILT)
+
+include $(CLEAR_VARS)
+LOCAL_MODULE := NotoSansKannada-Regular.ttf
+LOCAL_SRC_FILES := $(LOCAL_MODULE)
+LOCAL_MODULE_CLASS := ETC
+LOCAL_MODULE_TAGS := optional
+LOCAL_MODULE_PATH := $(TARGET_OUT)/fonts
+include $(BUILD_PREBUILT)
+
+include $(CLEAR_VARS)
+LOCAL_MODULE := NotoSansKannada-Bold.ttf
+LOCAL_SRC_FILES := $(LOCAL_MODULE)
+LOCAL_MODULE_CLASS := ETC
+LOCAL_MODULE_TAGS := optional
+LOCAL_MODULE_PATH := $(TARGET_OUT)/fonts
+include $(BUILD_PREBUILT)
+
+include $(CLEAR_VARS)
+LOCAL_MODULE := NotoSansKannadaUI-Regular.ttf
+LOCAL_SRC_FILES := $(LOCAL_MODULE)
+LOCAL_MODULE_CLASS := ETC
+LOCAL_MODULE_TAGS := optional
+LOCAL_MODULE_PATH := $(TARGET_OUT)/fonts
+include $(BUILD_PREBUILT)
+
+include $(CLEAR_VARS)
+LOCAL_MODULE := NotoSansKannadaUI-Bold.ttf
+LOCAL_SRC_FILES := $(LOCAL_MODULE)
+LOCAL_MODULE_CLASS := ETC
+LOCAL_MODULE_TAGS := optional
+LOCAL_MODULE_PATH := $(TARGET_OUT)/fonts
+include $(BUILD_PREBUILT)
+
+include $(CLEAR_VARS)
+LOCAL_MODULE := NotoSansTelugu-Regular.ttf
+LOCAL_SRC_FILES := $(LOCAL_MODULE)
+LOCAL_MODULE_CLASS := ETC
+LOCAL_MODULE_TAGS := optional
+LOCAL_MODULE_PATH := $(TARGET_OUT)/fonts
+include $(BUILD_PREBUILT)
+
+include $(CLEAR_VARS)
+LOCAL_MODULE := NotoSansTelugu-Bold.ttf
+LOCAL_SRC_FILES := $(LOCAL_MODULE)
+LOCAL_MODULE_CLASS := ETC
+LOCAL_MODULE_TAGS := optional
+LOCAL_MODULE_PATH := $(TARGET_OUT)/fonts
+include $(BUILD_PREBUILT)
+
+include $(CLEAR_VARS)
+LOCAL_MODULE := NotoSansTeluguUI-Regular.ttf
+LOCAL_SRC_FILES := $(LOCAL_MODULE)
+LOCAL_MODULE_CLASS := ETC
+LOCAL_MODULE_TAGS := optional
+LOCAL_MODULE_PATH := $(TARGET_OUT)/fonts
+include $(BUILD_PREBUILT)
+
+include $(CLEAR_VARS)
+LOCAL_MODULE := NotoSansTeluguUI-Bold.ttf
+LOCAL_SRC_FILES := $(LOCAL_MODULE)
+LOCAL_MODULE_CLASS := ETC
+LOCAL_MODULE_TAGS := optional
+LOCAL_MODULE_PATH := $(TARGET_OUT)/fonts
+include $(BUILD_PREBUILT)
+
endif
diff --git a/NotoSansBengali-Bold.ttf b/NotoSansBengali-Bold.ttf
new file mode 100644
index 0000000..5db4e89
--- /dev/null
+++ b/NotoSansBengali-Bold.ttf
Binary files differ
diff --git a/NotoSansBengali-Regular.ttf b/NotoSansBengali-Regular.ttf
new file mode 100644
index 0000000..418d336
--- /dev/null
+++ b/NotoSansBengali-Regular.ttf
Binary files differ
diff --git a/NotoSansBengaliUI-Bold.ttf b/NotoSansBengaliUI-Bold.ttf
new file mode 100644
index 0000000..f74a18e
--- /dev/null
+++ b/NotoSansBengaliUI-Bold.ttf
Binary files differ
diff --git a/NotoSansBengaliUI-Regular.ttf b/NotoSansBengaliUI-Regular.ttf
new file mode 100644
index 0000000..7edca7b
--- /dev/null
+++ b/NotoSansBengaliUI-Regular.ttf
Binary files differ
diff --git a/NotoSansKannada-Bold.ttf b/NotoSansKannada-Bold.ttf
new file mode 100644
index 0000000..382e394
--- /dev/null
+++ b/NotoSansKannada-Bold.ttf
Binary files differ
diff --git a/NotoSansKannada-Regular.ttf b/NotoSansKannada-Regular.ttf
new file mode 100644
index 0000000..1327196
--- /dev/null
+++ b/NotoSansKannada-Regular.ttf
Binary files differ
diff --git a/NotoSansKannadaUI-Bold.ttf b/NotoSansKannadaUI-Bold.ttf
new file mode 100644
index 0000000..3d97f95
--- /dev/null
+++ b/NotoSansKannadaUI-Bold.ttf
Binary files differ
diff --git a/NotoSansKannadaUI-Regular.ttf b/NotoSansKannadaUI-Regular.ttf
new file mode 100644
index 0000000..21e8f21
--- /dev/null
+++ b/NotoSansKannadaUI-Regular.ttf
Binary files differ
diff --git a/NotoSansTelugu-Bold.ttf b/NotoSansTelugu-Bold.ttf
new file mode 100644
index 0000000..1ec3249
--- /dev/null
+++ b/NotoSansTelugu-Bold.ttf
Binary files differ
diff --git a/NotoSansTelugu-Regular.ttf b/NotoSansTelugu-Regular.ttf
new file mode 100644
index 0000000..e100394
--- /dev/null
+++ b/NotoSansTelugu-Regular.ttf
Binary files differ
diff --git a/NotoSansTeluguUI-Bold.ttf b/NotoSansTeluguUI-Bold.ttf
new file mode 100644
index 0000000..cda0f55
--- /dev/null
+++ b/NotoSansTeluguUI-Bold.ttf
Binary files differ
diff --git a/NotoSansTeluguUI-Regular.ttf b/NotoSansTeluguUI-Regular.ttf
new file mode 100644
index 0000000..b0f26bb
--- /dev/null
+++ b/NotoSansTeluguUI-Regular.ttf
Binary files differ
diff --git a/fonts.mk b/fonts.mk
index d82abc7..808f9c8 100644
--- a/fonts.mk
+++ b/fonts.mk
@@ -20,4 +20,16 @@ PRODUCT_PACKAGES := \
NotoSansMalayalam-Regular.ttf \
NotoSansMalayalam-Bold.ttf \
NotoSansMalayalamUI-Regular.ttf \
- NotoSansMalayalamUI-Bold.ttf
+ NotoSansMalayalamUI-Bold.ttf \
+ NotoSansBengali-Regular.ttf \
+ NotoSansBengali-Bold.ttf \
+ NotoSansBengaliUI-Regular.ttf \
+ NotoSansBengaliUI-Bold.ttf \
+ NotoSansKannada-Regular.ttf \
+ NotoSansKannada-Bold.ttf \
+ NotoSansKannadaUI-Regular.ttf \
+ NotoSansKannadaUI-Bold.ttf \
+ NotoSansTelugu-Regular.ttf \
+ NotoSansTelugu-Bold.ttf \
+ NotoSansTeluguUI-Regular.ttf \
+ NotoSansTeluguUI-Bold.ttf