Results 1 to 2 of 2
  1. #1
    Recently Initiate
    Join Date
    Sep 2008
    Device
    -
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation W610i Font Problem

    Hey everyone,
    I have a Sony Ericsson W610i and I have change the font to Sony_Sketch_EF_205. The font is small and working fine but its appearing very large in Java Applications(eg. eBuddy).

    Can someone help me fix this!

  2. #2
    Plus 100 milad_a's Avatar
    Join Date
    Nov 2007
    Device
    W580i-Urban Sliver
    Posts
    314
    Thanks
    2
    Thanked 107 Times in 68 Posts

    Re: W610i Font Problem

    place this in first lines of layout :

    Code:
    <?xml version="1.0" encoding="utf-8"?>
    
    <layout version="1.0">
    
    <!-- Default settings must be first in file -->
    <object name="default">
      <settings>
        <sett name="FontType" value="FontE_20R"/>
        <sett name="RowHeight" value="32767"/>
        <sett name="TopOffset" value="32767"/>
        <sett name="TitleFontType" value="32767"/>
        <sett name="TitleHeight" value="32767"/>
        <sett name="TitleTopOffset" value="32767"/>
        <sett name="TitleMode" value="2"/>
        <sett name="ScrollBarMode" value="0"/>
        <sett name="ShowFrame" value="0"/>
        <sett name="OverlayStyle" value="2"/>
        <sett name="XPos" value="0"/>
        <sett name="YPos" value="24"/> 
        <sett name="Width" value="240"/>
        <sett name="Height" value="266"/> 
        <sett name="YRelatively" value="1"/>
        <sett name="Backlight" value="4"/>
      </settings>
    maybe be OK

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •