MMCedar font for Japanese

MMCedar is a combined font that uses Motoya L Cedar and M+ fonts.
Motoya L Cedar lacks some characters, so I generated this font.
http://code.google.com/p/android/issues/detail?id=11468

For developers:
If you want to generate MMCedar font manually,
Run them on Linux:
(Install fontforge first)
$ cp mplus-1m-regular.ttf fontforge-scripts/
$ cp MTLc3m.ttf fontforge-scripts/
$ cd fontforge-scripts/
$ ./fix-mplus-1m-regular.pe
$ ./import-mplus.pe

If you want to generate MMCedar-P font manually,
Run them on Linux:
(Install fontforge first)
$ cp mplus-1c-regular.ttf fontforge-scripts/
$ cp MTLc3m.ttf fontforge-scripts/
$ cd fontforge-scripts/
$ ./fix-mplus.pe
$ ./import-mplus.pe
