Active Topics

 


Reply
Thread Tools
Posts: 116 | Thanked: 147 times | Joined on Jan 2010
#691
Originally Posted by mscarrot View Post
Great MOD, but could you fix the missing . and , and the spacebar (lower right button(s))
Guess these are the only 2 that have this missing....

Now it is 2 blank buttons on the lower part of the keyboard cause the spacebar sign isn't there either.

Thanks so much !!
Fixed and added the updated .zips to the original post:
http://talk.maemo.org/showpost.php?p...&postcount=655.
I changed the shading on the extra punctuation (.,-) key so that the darkened symbols would appear. I like the blank space keys so I left them that way. You can always change yours if you like, just edit the two space key images from the .zips.
 

The Following User Says Thank You to Grant For This Useful Post:
Posts: 527 | Thanked: 121 times | Joined on Feb 2010
#692
Great handwriting font by ROLAN900D (fixed by leetut):

http://www.easy-share.com/1909301927...abithaFont.rar

http://www.mediafire.com/file/2znwfn...abithaFont.rar


just put the 4 font files:
nosnb.ttf
nosnr.ttf
nosns.ttf
nscnr.ttf

into:
usr/share/fonts/nokia

reboot phone and reapply any widgets back to the homescreen if they are missing


the 4 font files apply to different parts of the phone,
you could have 4 different fonts running at once,
on different parts of the phone if you wanted

here ive just included 4 copies of the same font 'thabita'
and renamed them to the above names

to apply a different font you must reapply the nokia original font first, (there included here) and reboot phone,
then apply your font files and reboot
Attached Images
  
 

The Following 12 Users Say Thank You to rolan900d For This Useful Post:
mscarrot's Avatar
Posts: 105 | Thanked: 46 times | Joined on Dec 2009 @ The Netherlands
#693
This looks great !!!, could it be possible to have a little bit bigger
handwritten front the 'thabita' one is kind of small
on the screen (or I really need glasses now?? )
 
Posts: 1,283 | Thanked: 370 times | Joined on Sep 2009 @ South Florida
#694
I can't get these font changes to take effect. I placed them in /home/user/.fonts and in /usr/share/fonts/nokia and rebooted and no change??
 
OptX's Avatar
Posts: 293 | Thanked: 206 times | Joined on Oct 2009 @ Germnay
#695
Originally Posted by mscarrot View Post
This looks great !!!, could it be possible to have a little bit bigger
handwritten front the 'thabita' one is kind of small
on the screen (or I really need glasses now?? )
You could have a look at this file :
urs/share/themes/xxx/gtk-2.0/gtkrc

Wayyyyyy down is the option to change the size of the font.
 

The Following 3 Users Say Thank You to OptX For This Useful Post:
Posts: 527 | Thanked: 121 times | Joined on Feb 2010
#696
Thanks OptX

And it was waaaaay down indeed...!

Did you find volume boost on startup sound as well?
 
Posts: 891 | Thanked: 499 times | Joined on Nov 2009 @ UK
#697
Fonts geeks should make a new topic just for fonts
__________________
Follow me on Twitter
 
mscarrot's Avatar
Posts: 105 | Thanked: 46 times | Joined on Dec 2009 @ The Netherlands
#698
Originally Posted by OptX View Post
You could have a look at this file :
urs/share/themes/xxx/gtk-2.0/gtkrc

Wayyyyyy down is the option to change the size of the font.
Thanks for the info,
but am looking at this doc for half an hour and still can't find something to change...

Could you be more specific how it is called, where it is located (real bottom or half way or whatever) what size I can switch it too without messing it up completely.
 
Posts: 527 | Thanked: 121 times | Joined on Feb 2010
#699
At the end...
use page down option
 
mscarrot's Avatar
Posts: 105 | Thanked: 46 times | Joined on Dec 2009 @ The Netherlands
#700
did that and this is what's at my end of the page;

################################################## ######
# Hildon Weekday Picker
################################################## ######

style "osso-weekday" {

xthickness = 6
ythickness = 4

engine "sapwood" {
image {
function = BOX
state = NORMAL
file = "../images/qgn_plat_weekday_picker_normal.png"
border = { 2, 2, 0, 0 }
}
image {
function = BOX
state = ACTIVE
file = "../images/qgn_plat_weekday_picker_pressed.png"
border = { 2, 2, 0, 0}
}
}
}

widget_class "*.HildonWeekdayPicker.GtkToggleButton" style "osso-weekday"

widget_class "*.HildonWeekdayPicker.GtkToggleButton.GtkLabe l" style "osso-SmallFont"

# Copyright Nokia Corporation 2007
# Licensed under Creative Commons Attribution-ShareAlike 2.5 license

###
#
# The Application installer main view background image
#
# The image will not be tiled if it doesn't cover the whole window;
# it will be placed in the lower right corner.
#
# Because this behavior is not directly supported by the theming
# machinery, the Application installer renders the background image
# itself. What pixmap to render is specified here, but in a hackish
# way: the render code in the Application installer will look into
# bg_pixmap[ACTIVE] to find the pixmap, and will render it always,
# independent of the state of the widget.
#
# A proper solution would be to have symbolic image filenames.
#
###

style "osso-application-installer-main-view"
{
bg_pixmap[ACTIVE] = "../images/qgn_plat_application_installer_image.png"
}

widget "*.osso-application-installer-main-view" style "osso-application-installer-main-view"

# Copyright Nokia Corporation 2007
# Licensed under Creative Commons Attribution-ShareAlike 2.5 license

widget "osso-SystemFont" style "osso-SystemFont"
widget "osso-EmpSystemFont" style "osso-EmpSystemFont"
widget "osso-TitleFont" style "osso-TitleFont"
widget "osso-ButtonFont" style "osso-ButtonFont"
widget "osso-SmallFont" style "osso-SmallFont"
widget "osso-LargeFont" style "osso-LargeFont"
widget "osso-HWRFont1" style "osso-HWRFont1"
widget "osso-HWRFont2" style "osso-HWRFont2"

widget "SystemFont" style "SystemFont"
widget "EmpSystemFont" style "EmpSystemFont"
widget "XXX-LargeSystemFont" style "XXX-LargeSystemFont"
widget "XX-LargeSystemFont" style "XX-LargeSystemFont"
widget "X-LargeSystemFont" style "X-LargeSystemFont"
widget "LargeSystemFont" style "LargeSystemFont"
widget "SmallSystemFont" style "SmallSystemFont"
widget "EmpSmallSystemFont" style "EmpSmallSystemFont"
widget "HomeSystemFont" style "HomeSystemFont"

# Setting default font style
class "GtkWidget" style "SystemFont"

####
# To be moved :
####

style "Toolbar_max_expand"
{
GtkToolbar::max_child_expand = 48
}

class "GtkWidget" style "Toolbar_max_expand"

# Generated from hildon-theme-layout-5 version 0.12.3

any help...sorry got a real blond day today....
 
Reply

Tags
maemo mods, mods thread


 
Forum Jump


All times are GMT. The time now is 22:55.