[QUESTION] Font changer , stock 2.3.3 gb, symbols issue - Optimus One, P500, V Themes and Apps

I used font changer pro to change fonts , then reverted back to default , after making changes in font i am just seeing boxes instead of symbols in symbols app and even symbols keyboard and text art pro .
Even after a reset my cell can't display symbols properly .
This all happened after a font change in font changer app
Any solutions for this ?
Sent from my LG-P500 using Tapatalk

dilipd1 said:
I used font changer pro to change fonts , then reverted back to default , after making changes in font i am just seeing boxes instead of symbols in symbols app and even symbols keyboard and text art pro .
Even after a reset my cell can't display symbols properly .
This all happened after a font change in font changer app
Any solutions for this ?
Sent from my LG-P500 using Tapatalk
Click to expand...
Click to collapse
It generally happens if ur not rooted.
Did u use kdz to upgrade to GB ?

Related

[Q] Possible to change font color in HTC IME?

Is it possible to change the color font in the keys of HTC keyboard?
I want to change it from black to white.
yes it is possible
Wich sip???
the way i know is for default sip and... is to make again the whole theme jiji Maybe EZinput is the same thing
I'm changing EzInput 2.1.xxxx.xxxx theme,but i want to use black keys but the font of the letters is black and is not readable,so i watch if is possible to set it to white.
I don't interested to the default SIP that came with WM buillds...
Try to edit EZInputSettings.xml,there are some strings inside that target to colour fonts.
af974 said:
Try to edit EZInputSettings.xml,there are some strings inside that target to colour fonts.
Click to expand...
Click to collapse
That xml is used to create the UI of sip settings not for keyboard layout.

Change font size

Hi, someone know how change font size in system? maybe without apps
thanks
Have you try the LCD Density from the market?
Sent from my GT-P1000 using XDA App
changing font doesnt mean changin the density also
i kinda want the option too, using density reducing ur font too, but everything else also
it would be nice to reduce the font only since when i'm using another font, its too big for the icon app and ended up using 2 lines which is weird

Changing on Screen S Note Font

Afternoon
Looking to change the font to Rosemary.
I changed it in the settings and nearly all my tab is now in the rosemary font - this covers the icon names, settings etc., however...
I want to change the font in the s note as you type or it recognizes your writing.
Can this be done as the standard font is pretty ugly.
Thanks
Jaytt said:
Afternoon
Looking to change the font to Rosemary.
I changed it in the settings and nearly all my tab is now in the rosemary font - this covers the icon names, settings etc., however...
I want to change the font in the s note as you type or it recognizes your writing.
Can this be done as the standard font is pretty ugly.
Thanks
Click to expand...
Click to collapse
If you hold down on the T pen button you get a pop-up that lets you choose the font, style and colour
There's this app on Samsung's app store called "MyRealFont", it's currently free in some regions. Not sure if that's what you're looking for though.
mace242 said:
If you hold down on the T pen button you get a pop-up that lets you choose the font, style and colour
Click to expand...
Click to collapse
I managed to do that but I have to do it every time I launch s note.Is there a way to make my changes permanent on s note preferences,settings?

Backed up and replaced stock font, lock screen clock colon is a rectangle?

I backed up and replaced the stock fonts from system/fonts. Replaced Roboto-bold, light, lightitalic, regular, thin, and thinitalic and renamed the new ones to the roboto names. All the fonts were replaced properly after rebooting except for the lock screen colon. In the clock app and the status bar, the colon appears without issues. I don't mind reflashing the rom, it's just the stock Lollipop font bugs the daylights out of me!
Pteer Griffin said:
I backed up and replaced the stock fonts from system/fonts. Replaced Roboto-bold, light, lightitalic, regular, thin, and thinitalic and renamed the new ones to the roboto names. All the fonts were replaced properly after rebooting except for the lock screen colon. In the clock app and the status bar, the colon appears without issues. I don't mind reflashing the rom, it's just the stock Lollipop font bugs the daylights out of me!
Click to expand...
Click to collapse
After checking several fonts, it seems to me that roboto-thin is responsible for the clock colon, try restoring just that one.
*edit* I realise that the font Roboto-Thin is for the whole clock but have found myself a solution.
I am using Font Installer from Play to change my fonts on a rom without theme engine and after working out that the lock clock is Roboto-Thin I decided to try edit the font. I opened my chosen font with "Font Creator" and saw that there was a character called "undefined" that was a rectangle. So I copied the colon and pasted it over the rectangle, so now any character that is considered undefined should be represented by a colon. I saved the edited font and installed it. It works! Though any other undefined character will now be a colon.
I guess another solution would be to compare the dimensions of the alternative font colon with that of Roboto-Thin and make it the same.
How do u get font creator?
hizba said:
How do u get font creator?
Click to expand...
Click to collapse
I've used FontForge (free font editor) for Windows and have to edit the 'Roboto-Light.ttf'... and i have pasted the colon sign at the 0xEE01 position and exported the font as TrueType and replaced the font file in /system/fonts.
Now, the big ugly square is 'repaired' ... Look at the screenshots.
qayx said:
I've used FontForge (free font editor) for Windows and have to edit the 'Roboto-Light.ttf'... and i have pasted the colon sign at the 0xEE01 position and exported the font as TrueType and replaced the font file in /system/fonts.
Now, the big ugly square is 'repaired' ... Look at the screenshots.
Click to expand...
Click to collapse
You are a genius!
How could you find that it was that precise glyph which is the lockscreen colon?????
Anyhow, THANK YOU!!! :good:
qayx said:
I've used FontForge (free font editor) for Windows and have to edit the 'Roboto-Light.ttf'... and i have pasted the colon sign at the 0xEE01 position and exported the font as TrueType and replaced the font file in /system/fonts.
Now, the big ugly square is 'repaired' ... Look at the screenshots.
Click to expand...
Click to collapse
Thank you so much for this exact unicode. I've been replacing .notdef unicode with the colon, but every glyph which isn't defined in a font will use colon I'm still trying to find out why some character arts like ( ͡° ͜ʖ ͡°) render fine on stock font but custom font uses .notdef unicode. I searched for the individual unicodes in stock font, but they are empty just like in custom font. Could you please share your input on this?
PS: Sorry for resurrecting an old post :silly:
Thanks.! This saved me time trying to figure out which character to replace. I use fontforge on Linux and regenerated. So far so good, even though the font file is now nearly 100kb smaller now.
A little fontforge script that will:
- add the colon to 0xEE01
- scale the font (if your font is much larger or smaller than stock)
- convert the font to TrueType (if it's not one already).
Code:
#!/usr/bin/fontforge
i=1
while ( i<$argc )
Open($argv[i])
Select(0x003A)
Copy()
Select(0xEE01)
Paste()
SelectAll ()
Scale(100)
Generate($argv[i]:r + ".ttf")
i = i+1
endloop
Works on Linux, not sure if it'll work on Windows.

Question Weather widget letter font

The letter font on my weather widget change to normal font and i cannot get back de Dot matrix font back.
I already try to remove the widget and add on again but the letter font remain the same, even after restarting the phone.
Does anybody know why that is?
Already figured out the problem.
It's because of the system language.
If I switch the language to English it shows up the original Dot Matrix font.
Must be a bug from the last update...

Categories

Resources