What steps will reproduce the problem?
1.run winetricks allfonts
---- Description ------
winetricks download droid fonts from master branch and the some of droid font
files was deleted
to fix this replace the master branch with other branch have the required fonts
like kitkat branch
----- Fix -----
look for this
DROID_URL='https://github.com/android/platform_frameworks_base/blob/master/data/fonts/'
and replace it with this
DROID_URL='https://github.com/android/platform_frameworks_base/blob/kitkat-mr2.2-release/data/fonts/'
Original issue reported on code.google.com by Ahed...@gmail.com on 19 Nov 2014 at 4:13
Original issue reported on code.google.com by
Ahed...@gmail.com
on 19 Nov 2014 at 4:13