Home | History | Annotate | Download | only in core

Lines Matching refs:fonts

2 # Fonts shipped with the SDK need to be renamed for Java to handle them
3 # properly. Hence, a special script is used to rename the fonts. We bundle all
4 # the fonts that are shipped on a newer non-space-constrained device. However,
5 # OpenType fonts used on these devices are not supported by Java. Their
16 # A temporary location to store the renamed fonts. atree picks all files in
18 SDK_FONT_TEMP := $(call intermediates-dir-for,PACKAGING,sdk-fonts,HOST,COMMON)
21 sdk_font_config := $(wildcard frameworks/base/data/fonts/*.xml)
25 frameworks/base/data/fonts/%.xml
29 # List of fonts on the device that we want to ship. This is all .ttf fonts.
30 sdk_fonts_device := $(filter $(TARGET_OUT)/fonts/%.ttf, $(INTERNAL_SYSTEMIMAGE_FILES))
39 $(sdk_fonts_device): $(SDK_FONT_TEMP)/%.ttf: $(TARGET_OUT)/fonts/%.ttf \
44 # List of all dependencies - all fonts and configuration files.
47 # Define a macro to create rule for addititional fonts that we want to include
62 # These extra fonts are used as a replacement for OpenType fonts.
63 $(eval $(call sdk-extra-font-rule,NanumGothic.ttf,external/naver-fonts/NanumGothic.ttf))
64 $(eval $(call sdk-extra-font-rule,DroidSansFallback.ttf,frameworks/base/data/fonts/DroidSansFallbackFull.ttf))