• Android missing fonts
    1 replies, posted
My android doesn't support following fonts: sans, serif and monoscape. They all look just like normal font. [code] <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="normal"/> <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="sans" android:typeface="sans"/> <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="serif" android:typeface="serif"/> <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="monoscape" android:typeface="monospace"/> [/code] How can I get them working? Because some applications I have suffer from it: [img]http://imageshack.us/photo/my-images/542/aidehighlighting.jpg/ [/img] [editline]21st March 2012[/editline] [doublepost] Edit button broken. link:[url]http://imageshack.us/photo/my-images/542/aidehighlighting.jpg/[/url] [img] tags broken also. [/doublepost]
"Your android"? Do you mean you bought the phone and it doesn't support the fonts? You could check for updates, as there might be one to fix this problem
Sorry, you need to Log In to post a reply to this thread.