ailiboy / ebookdroid

Automatically exported from code.google.com/p/ebookdroid
0 stars 0 forks source link

Submit a font spelling errors #241

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I want to submit a font spelling errors.
This project using some of the android system's font file, but there is a 
spelling error.
pdf_fontfile.c
char font_DroidSansFallback[] = "/system/fonts/DroidSandFallback.ttf";
But the correct spelling is:
char font_DroidSansFallback[] = "/system/fonts/DroidSansFallback.ttf";

Original issue reported on code.google.com by gcqua...@gmail.com on 15 Jun 2012 at 7:42

GoogleCodeExporter commented 9 years ago
Thanks a lot.
Fixed.

Original comment by Alexander.V.Kasatkin@gmail.com on 15 Jun 2012 at 8:53