Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a08f0f8f authored by Victoria Lease's avatar Victoria Lease
Browse files

update noto fonts

This commit represents a mass update of the Noto Fonts project, including
support for a number of new scripts, and a number of fonts being moved from
Droid to Noto versions.

Change-Id: I163076c2c2e622520c016d2086d59efe2cf464f3
parent 6dbae589
Loading
Loading
Loading
Loading
+5 −20
Original line number Diff line number Diff line
@@ -33,10 +33,14 @@ ALL_MODULES.$(1).INSTALLED := \
endef

##########################################
# We may only afford small font footprint.
# The following fonts are distributed as symlink only.
##########################################
$(eval $(call create-font-symlink,DroidSans.ttf,Roboto-Regular.ttf))
$(eval $(call create-font-symlink,DroidSans-Bold.ttf,Roboto-Bold.ttf))
$(eval $(call create-font-symlink,DroidSerif-Regular.ttf,NotoSerif-Regular.ttf))
$(eval $(call create-font-symlink,DroidSerif-Bold.ttf,NotoSerif-Bold.ttf))
$(eval $(call create-font-symlink,DroidSerif-Italic.ttf,NotoSerif-Italic.ttf))
$(eval $(call create-font-symlink,DroidSerif-BoldItalic.ttf,NotoSerif-BoldItalic.ttf))

################################
# On space-constrained devices, we include a subset of fonts:
@@ -44,14 +48,6 @@ ifeq ($(SMALLER_FONT_FOOTPRINT),true)
droidsans_fallback_src := DroidSansFallback.ttf
extra_font_files := DroidSans.ttf DroidSans-Bold.ttf
else
include $(CLEAR_VARS)
LOCAL_MODULE := DroidSansEthiopic-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 := MTLmr3m.ttf
LOCAL_SRC_FILES := $(LOCAL_MODULE)
@@ -64,7 +60,6 @@ droidsans_fallback_src := DroidSansFallbackFull.ttf
extra_font_files := \
	DroidSans.ttf \
	DroidSans-Bold.ttf \
	DroidSansEthiopic-Regular.ttf \
	MTLmr3m.ttf
endif  # SMALLER_FONT_FOOTPRINT

@@ -102,10 +97,6 @@ font_src_files := \
    Roboto-Bold.ttf \
    Roboto-Italic.ttf \
    Roboto-BoldItalic.ttf \
    DroidSerif-Regular.ttf \
    DroidSerif-Bold.ttf \
    DroidSerif-Italic.ttf \
    DroidSerif-BoldItalic.ttf \
    DroidSansMono.ttf \
    Clockopia.ttf \
    AndroidClock.ttf \
@@ -135,12 +126,6 @@ font_src_files += \
    RobotoCondensed-BoldItalic.ttf \
    RobotoCondensed-Light.ttf \
    RobotoCondensed-LightItalic.ttf \
    DroidNaskh-Regular.ttf \
    DroidNaskhUI-Regular.ttf \
    DroidSansHebrew-Regular.ttf \
    DroidSansHebrew-Bold.ttf \
    DroidSansArmenian.ttf \
    DroidSansGeorgian.ttf \
    AndroidEmoji.ttf

endif # !MINIMAL_FONT

data/fonts/DroidNaskh-Bold.ttf

deleted100644 → 0
−90.7 KiB

File deleted.

data/fonts/DroidNaskh-Regular.ttf

deleted100644 → 0
−87.4 KiB

File deleted.

−109 KiB

File deleted.

data/fonts/DroidSansArabic.ttf

deleted100644 → 0
−35 KiB

File deleted.

Loading