Hi all!
Sorry if this is known, but I've searched and didn't find anything.
is there a way to have an outline in the fonts?
thanks.
As far as I know there isn't any way to do this, sorry
Here's a crude way to do it that I recently figured out: have the same text in the same place four times, but with different shadows:
x offset - 5
x offset 5
y offset -5
y offset 5
Related
Hey all, I read over the forums a bit, and I saw quite a few threads about changing just the SMS font size, but not changing the rest of the System font sizes. I have figured out a way to do it for the tilt 2 for AT&T.
The font size is not really the issue when it comes to the SMS font. The issue relis on the zoom of the screen. The SMS screen for texting carry a different setting for zoom, and it saves it when you change it. If you want to change the size of the SMS font, simply increase or decrease the zoom of the screen. This will only affect the SMS texting screen, and not the rest of the system.
Hope this helps everyone ^_^.
Font Zoom
Thanks for that tip to increase the font size in my text messages. I don't even know how I reduced them--just, one day, I couldn't even read them without my magnifying glasses. This fixed it right up. I selected a text, scrolled the zoom bar and, BAM! Back to readable.
text size
pjibmw said:
Thanks for that tip to increase the font size in my text messages. I don't even know how I reduced them--just, one day, I couldn't even read them without my magnifying glasses. This fixed it right up. I selected a text, scrolled the zoom bar and, BAM! Back to readable.
Click to expand...
Click to collapse
I have a verizon phone that is unlocked, using with at&t. My zoom bar does not work with sms. Do you have any idea how to get it to work. I am to the point that I need reading glasses to see the small SMS text size and yes I have it set to the largest size in wm6.5.
Firstly, I am sorry for disturbing you, but I am not able to post in the developers section as a newbie here.
My question is (for details, see the attached figure):
The ROM is ported from a 540x960 screen HTC device, so the display behaviors of some apps are not proper, for this case the Weather.apk. As you can see from the attached figure, the table height was changed to 25px*19 (modify hourly row and size in the integers.xml file) to fit the 480x800 screen of DZ. So, the intervals of ticks on Y-axis (temperature) should be 25 px, but I could not find which variable to modify to fix the problem.
Who can tell me which parameter to modify?
Thanks very much!
Greetings,
I'm sorry in advance for such an idiotic question, i've been mashing buttons for days and must have having a very special moment.
How can i change the default font or text size (its 12, and i'd like it to be 10) when composing an email in the Mail app (exchange)
I have searched but i can only seem to find results relating to the display on the device itself.
Any threads or comments to put in the right direction would be most appreciated.
Thanks
Hi,
This is what I have in my advanced params section:
110[c]$#Da#=PM?#980002:#FFFFFF$[/c]#Dh#55[c]#FFFFFF[/c]:#Dmm#
I want the hour to be font size 110 and dark red if its in the PM, the colon and minutes font size 55 and the text color white.
That looks right to me but its not. Point out the errors of my ways, please.
Regards,
Dave
Sent from my Nexus 5 using Tapatalk
MrBiggzz said:
Hi,
This is what I have in my advanced params section:
110[c]$#Da#=PM?#980002:#FFFFFF$[/c]#Dh#55[c]#FFFFFF[/c]:#Dmm#
I want the hour to be font size 110 and dark red if its in the PM, the colon and minutes font size 55 and the text color white.
That looks right to me but its not. Point out the errors of my ways, please.
Regards,
Dave
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
I'll just describe how you can achieve the setup you want. See if you can identify the differences to your version and if you don't understand things just ask. I think this will help you the most in the long run
First you should identify your baseline configuration. In your case this is white as the color and a font size of 55. These you should set via the normal module settings. Now to the conditionals: since you want these to only be applied to certain portions of your (Rich) Text module, you have to put them into the content part of the module (as opposed to the Advanced Parameter section). If you have set the baseline option, the following content for your module should achieve the desired effect:
[s=110]$#Da#=PM?[c=980002]#DHH#[/c]:#DHH#$[/s]:#Dmm#
I hope this helps you understand the correct usage of conditionals in Zooper.
Happy theming!
Ok, cool!
I was confused cause I saw the statement "Warning: advanced Parameters are in use" under the fonts color. I took that as a warning that what ever I do there would be overrode by the advanced parameters. So setting the fonts size, color are a baseline then.
Now you say to put the rest of the conditional into the content part of the module. Is there a rule of thumb when to do this? And would this differ if I was using just regular text as opposed to rich text?
Edit: I did this works rather nicely! How would I be able to move the colon and minutes portion to the be inline with the top of the hours? I know there's [oy] and I tried using that:
[s=110]$#Da#=PM?[c=980002]#DHH#[/c]:#DHH#$[/s][oy=-10]:#Dmm#[/oy]
And the colon and minutes did not move up. I even tried a positive value, still the same.
Thanks!
Hello, guys, I'm playing around with this great tool but have some issues.
As you can see in attachment files, my I have a date module added to my widget, the text is aligned to the left side, but sometimes when in the name of the day (sunday, wednesday) there are more letter then previous the alignment of text is offset to the right.
Can you please tell me how to lock the position of the text, I want it to be locked on the left corner and if the chars in text is more or text is longer it can be offset to right side, not left. Sorry for my english
0rtli said:
Hello, guys, I'm playing around with this great tool but have some issues.
As you can see in attachment files, my I have a date module added to my widget, the text is aligned to the left side, but sometimes when in the name of the day (sunday, wednesday) there are more letter then previous the alignment of text is offset to the right.
Can you please tell me how to lock the position of the text, I want it to be locked on the left corner and if the chars in text is more or text is longer it can be offset to right side, not left. Sorry for my english
Click to expand...
Click to collapse
Set the Text Alignment option of the (Rich) Text module from Default to Left. You need to reposition the widget after that but the content of the module will now stick to the left side and grow to the right.
Hope this helps you out