Results 1 to 10 of 19

Hybrid View

  1. #1
    Member DeKosta's Avatar
    Join Date
    Jan 2008
    Device
    K800
    Posts
    24
    Thanks
    2
    Thanked 1 Time in 1 Post
    I would also want to know if this works on K800i.
    As far as i know you edit fonts in tpa/preset/system/fonts (fonts.xml) on K800i..

  2. #2
    Recently Initiate
    Join Date
    Jan 2008
    Device
    -
    Posts
    3
    Thanks
    0
    Thanked 1 Time in 1 Post

    small font font w850i and k800i

    you must edit the layout.xml.. find this line..

    <attributes count="7">
    <attr index="0" value="2"/> <!-- INTERNAL_FRAME_FONT_SIZE -->
    <attr index="1" value="0"/> <!-- INTERNAL_FRAME_FONT_STYLE -->
    <attr index="2" value="2"/> <!-- INTERNAL_FRAME_LARGE_FONT_SIZE -->
    <attr index="3" value="0"/> <!-- INTERNAL_FRAME_LARGE_FONT_STYLE -->
    <attr index="4" value="10"/> <!-- STRING_INPUT_INROW_SCROLL -->
    <attr index="5" value="32"/> <!-- STRING_INPUT_RESERVESPACE_CHINESE -->
    <attr index="6" value="0"/> <!-- INTERNAL_FRAME_LARGE_SHOW_TITLE -->

    and make it...

    <attributes count="7">
    <attr index="0" value="1"/> <!-- INTERNAL_FRAME_FONT_SIZE -->
    <attr index="1" value="0"/> <!-- INTERNAL_FRAME_FONT_STYLE -->
    <attr index="2" value="1"/> <!-- INTERNAL_FRAME_LARGE_FONT_SIZE -->
    <attr index="3" value="0"/> <!-- INTERNAL_FRAME_LARGE_FONT_STYLE -->
    <attr index="4" value="10"/> <!-- STRING_INPUT_INROW_SCROLL -->
    <attr index="5" value="32"/> <!-- STRING_INPUT_RESERVESPACE_CHINESE -->
    <attr index="6" value="0"/> <!-- INTERNAL_FRAME_LARGE_SHOW_TITLE -->

  3. The Following User Says Thank You to cathdan For This Useful Post:


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
  •