• Home
  • History
  • Annotate
  • only in /frameworks/base/tools/layoutlib/rename_font/
NameDateSize

..29-Aug-20174 KiB

build_font.py29-Aug-20177 KiB

build_font_single.py29-Aug-20176.7 KiB

README29-Aug-2017477

Roboto-Regular.ttf29-Aug-2017112.3 KiB

test.py29-Aug-20171.3 KiB

README

1This tool is used to rename the PS name encoded inside the ttf font that we ship
2with the SDK. There is bug in Java that returns incorrect results for
3java.awt.Font#layoutGlyphVector() if two fonts with same name but differnt
4versions are loaded. As a workaround, we rename all the fonts that we ship with
5the SDK by appending the font version to its name.
6
7
8The build_font.py copies all files from input_dir to output_dir while renaming
9the font files (*.ttf) in the process.
10