PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-12-2009, 12:41 PM
heydjbobby74's Avatar
Almost a VIP
Offline
Pocket PC: HTC EVOlution!
Carrier: Sprint
Location: Virginia Beach, VA
 
Join Date: May 2009
Posts: 870
Reputation: 1340
heydjbobby74 is halfway to VIP status based on repheydjbobby74 is halfway to VIP status based on repheydjbobby74 is halfway to VIP status based on repheydjbobby74 is halfway to VIP status based on repheydjbobby74 is halfway to VIP status based on repheydjbobby74 is halfway to VIP status based on repheydjbobby74 is halfway to VIP status based on repheydjbobby74 is halfway to VIP status based on repheydjbobby74 is halfway to VIP status based on repheydjbobby74 is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to heydjbobby74 Send a message via Yahoo to heydjbobby74 Send a message via Skype™ to heydjbobby74
Re: Titanium LCD Font

Hey Raid, I really want my fonts alot bigger, but am failing miserably! Do I change them in the tita 480x640 or the 640x480??

For example, I would like my Clock numbers to be BIGGER, and I just cant figure it out...
__________________
It's an HTC EVOlution!

http://www.heydjbobby.com/
Audiovox 6700> Samsung i760> HTC Touch Pro> HTC Touch Pro2> HTC HeRooted> HTC EVOlutionized!
Reply With Quote
This post has been thanked 1 times.
  #2 (permalink)  
Old 07-12-2009, 01:04 PM
chrisloveskaos's Avatar
Regular 'Geeker
Offline
Pocket PC: Incredible and touch pro2
Carrier: Verizon
Location: Wilmington, North Carolina
 
Join Date: Jun 2008
Posts: 369
Reputation: 470
chrisloveskaos is becoming a PPCGeeks regularchrisloveskaos is becoming a PPCGeeks regularchrisloveskaos is becoming a PPCGeeks regularchrisloveskaos is becoming a PPCGeeks regularchrisloveskaos is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Titanium LCD Font

Quote:
Originally Posted by heydjbobby74 View Post
Hey Raid, I really want my fonts alot bigger, but am failing miserably! Do I change them in the tita 480x640 or the 640x480??

For example, I would like my Clock numbers to be BIGGER, and I just cant figure it out...

i am in the same boat only i need to make them smaller for this one font i found...
__________________
“If you don't think drugs have done good things for us, then take all of your records, tapes and CD's and burn them.” bill hicks
Reply With Quote
  #3 (permalink)  
Old 07-12-2009, 02:47 PM
lwrdrchvy2's Avatar
lwrdrchvy2
Guest
 
Posts: n/a
Mentioned: Post(s)
Tagged: Thread(s)
Re: Titanium LCD Font

Quote:
Originally Posted by chrisloveskaos View Post
i am in the same boat only i need to make them smaller for this one font i found...
Quote:
Originally Posted by heydjbobby74 View Post
Hey Raid, I really want my fonts alot bigger, but am failing miserably! Do I change them in the tita 480x640 or the 640x480??

For example, I would like my Clock numbers to be BIGGER, and I just cant figure it out...
You have to change the font size in both files. The 640x480 cpr is for portrait and the 480x640 is for landscape. I guess if you only use the phone in one view you could only edit that cpr, it wouldnt cause a problem that I can tell.
Reply With Quote
  #4 (permalink)  
Old 07-12-2009, 03:15 PM
raidzero's Avatar
N00b
Offline
Pocket PC: Moto Droid @ 1.1GHz
Carrier: VZW
Threadstarter
Location: PPCG
 
Join Date: Dec 2008
Posts: 2,193
Reputation: 5220
raidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to raidzero
Re: Titanium LCD Font

to those who need to change font sizes: it is done in the CPR:
I will use the clock as the example and italicize the lines containing font size:
Code:
 <Layer ID="ClockExpanded" Visible="False" Width="480" Height="164" Clip="False">
    <Layer ID="Page" Clip="False">
      <!-- Icon in the upper right-->
      <Image ID="Icon" Left="376" Top="-26" Width="86" Height="114" />
      <!-- Title text -->
      <Text ID="Network Name" Left="20" Top="104" Width="348" Height="36" FontFamily="Calligraph421 BT" FontSize="9" FontStyle="Regular"  Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter">
        <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
        <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
      </Text>

      <!-- Time -->
      <Text ID="Time" Left="20" Top="22" Width="186" Height="90" FontFamily="Calligraph421 BT" FontSize="28" FontStyle="Regular"  Wrap="False" VerticalAlignment="Top" HorizontalAlignment="Right" Trimming="EllipsisCharacter">
        <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
        <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
      </Text>

      <!-- AM/PM -->
      <Text ID="AMPM" Left="226" Top="36" Width="142" Height="36" FontFamily="Calligraph421 BT" FontSize="9" FontStyle="Regular"  Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter">
        <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
        <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
      </Text>

      <!-- Date -->
      <Text ID="Date" Left="226" Top="66" Width="142" Height="36" FontFamily="Calligraph421 BT" FontSize="9" FontStyle="Regular"  Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter">
        <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
        <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
      </Text>

      <!-- Alarm -->
      <Image ID="Alarm" Left="428" Top="28" Width="34" Height="60"/>
      <!-- WiFi -->
      <Text ID="WiFi" Left="226" Top="104" Width="380" Height="38" FontFamily="Calligraph421 BT" FontSize="9" FontStyle="Regular"  Wrap="False" HorizontalAlignment="Left" Trimming="EllipsisCharacter">
        <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
        <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
      </Text>

    </Layer>
  </Layer>
  <Layer ID="ClockCondensed" Visible="False" Width="480" Height="68">
    <Layer ID="Page">
      <Text ID="Text 2" Left="20" Top="8" Width="440" Height="68" FontFamily="Calligraph421 BT" FontSize="18" FontStyle="Regular"  Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter" >
        <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
        <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
      </Text>
      <!-- AM/PM -->
      <Text ID="AMPM" Left="0" Top="8" Width="100" Height="40" FontFamily="Calligraph421 BT" FontSize="10.5" FontStyle="Regular"  Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter">
        <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
        <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
      </Text>
as far as editing fonts that is another thing. you need to open up arial or calibri, a font that comes with windows, find the part you want, remember its name, and just add it to the font. test it in notepad first so you dont waste time with soft resets and waiting for the windows folder to load its contents in activesync!
__________________
Reply With Quote
  #5 (permalink)  
Old 07-12-2009, 03:41 PM
dro's Avatar
dro
PPCGeeks Regular
Offline
Pocket PC: MikFroyo POWERED hTc EVO
Carrier: SPRINT
Location: DETROIT
 
Join Date: Apr 2009
Posts: 224
Reputation: 210
dro is keeping up the good workdro is keeping up the good workdro is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Titanium LCD Font

Quote:
Originally Posted by raidzero View Post
to those who need to change font sizes: it is done in the CPR:
I will use the clock as the example and italicize the lines containing font size:
Code:
 <Layer ID="ClockExpanded" Visible="False" Width="480" Height="164" Clip="False">
    <Layer ID="Page" Clip="False">
      <!-- Icon in the upper right-->
      <Image ID="Icon" Left="376" Top="-26" Width="86" Height="114" />
      <!-- Title text -->
      <Text ID="Network Name" Left="20" Top="104" Width="348" Height="36" FontFamily="Calligraph421 BT" FontSize="9" FontStyle="Regular"  Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter">
        <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
        <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
      </Text>

      <!-- Time -->
      <Text ID="Time" Left="20" Top="22" Width="186" Height="90" FontFamily="Calligraph421 BT" FontSize="28" FontStyle="Regular"  Wrap="False" VerticalAlignment="Top" HorizontalAlignment="Right" Trimming="EllipsisCharacter">
        <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
        <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
      </Text>

      <!-- AM/PM -->
      <Text ID="AMPM" Left="226" Top="36" Width="142" Height="36" FontFamily="Calligraph421 BT" FontSize="9" FontStyle="Regular"  Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter">
        <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
        <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
      </Text>

      <!-- Date -->
      <Text ID="Date" Left="226" Top="66" Width="142" Height="36" FontFamily="Calligraph421 BT" FontSize="9" FontStyle="Regular"  Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter">
        <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
        <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
      </Text>

      <!-- Alarm -->
      <Image ID="Alarm" Left="428" Top="28" Width="34" Height="60"/>
      <!-- WiFi -->
      <Text ID="WiFi" Left="226" Top="104" Width="380" Height="38" FontFamily="Calligraph421 BT" FontSize="9" FontStyle="Regular"  Wrap="False" HorizontalAlignment="Left" Trimming="EllipsisCharacter">
        <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
        <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
      </Text>

    </Layer>
  </Layer>
  <Layer ID="ClockCondensed" Visible="False" Width="480" Height="68">
    <Layer ID="Page">
      <Text ID="Text 2" Left="20" Top="8" Width="440" Height="68" FontFamily="Calligraph421 BT" FontSize="18" FontStyle="Regular"  Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter" >
        <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
        <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
      </Text>
      <!-- AM/PM -->
      <Text ID="AMPM" Left="0" Top="8" Width="100" Height="40" FontFamily="Calligraph421 BT" FontSize="10.5" FontStyle="Regular"  Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter">
        <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
        <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
      </Text>
as far as editing fonts that is another thing. you need to open up arial or calibri, a font that comes with windows, find the part you want, remember its name, and just add it to the font. test it in notepad first so you dont waste time with soft resets and waiting for the windows folder to load its contents in activesync!

can u give me a step by step process on editing the fonts...i did as u mentioned b4 for some reason its not doing anything for me...the symbols and numbers r shown in my font after editing, as for i see them in the font when i open it back up in FONT CREATOR...i must b missing something somewhere...i REALLY want to get this to work....
__________________
make sure you THANK everyone who has helped you or lead you in the right direction in solving your issue
Reply With Quote
  #6 (permalink)  
Old 07-12-2009, 03:53 PM
raidzero's Avatar
N00b
Offline
Pocket PC: Moto Droid @ 1.1GHz
Carrier: VZW
Threadstarter
Location: PPCG
 
Join Date: Dec 2008
Posts: 2,193
Reputation: 5220
raidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to raidzero
Re: Titanium LCD Font


degree to be proper
to be improper which I think is what I did is just change the symbol for undefined and change the name so that you can have both if you wanted to have the undefined symbol show as normal for whatever reason just rename it so you can have both

Last edited by raidzero; 07-12-2009 at 03:56 PM.
Reply With Quote
  #7 (permalink)  
Old 07-12-2009, 06:08 PM
dro's Avatar
dro
PPCGeeks Regular
Offline
Pocket PC: MikFroyo POWERED hTc EVO
Carrier: SPRINT
Location: DETROIT
 
Join Date: Apr 2009
Posts: 224
Reputation: 210
dro is keeping up the good workdro is keeping up the good workdro is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Titanium LCD Font

Quote:
Originally Posted by raidzero View Post
degree to be proper
to be improper which I think is what I did is just change the symbol for undefined and change the name so that you can have both if you wanted to have the undefined symbol show as normal for whatever reason just rename it so you can have both

will give it another shot when i get home...i know im jus missing something or im just a little slow today...lmao
Reply With Quote
  #8 (permalink)  
Old 07-12-2009, 07:04 PM
Sporkman's Avatar
Just a NooB
Offline
Pocket PC: ZoOm ZoOm EVO Time
Carrier: Sprint
Location: in a locked dark room
 
Join Date: Feb 2009
Posts: 1,530
Reputation: 1245
Sporkman is halfway to VIP status based on repSporkman is halfway to VIP status based on repSporkman is halfway to VIP status based on repSporkman is halfway to VIP status based on repSporkman is halfway to VIP status based on repSporkman is halfway to VIP status based on repSporkman is halfway to VIP status based on repSporkman is halfway to VIP status based on repSporkman is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Titanium LCD Font

raid man you might want to re size the pic ITS MASSIVE
Reply With Quote
  #9 (permalink)  
Old 07-12-2009, 07:23 PM
raidzero's Avatar
N00b
Offline
Pocket PC: Moto Droid @ 1.1GHz
Carrier: VZW
Threadstarter
Location: PPCG
 
Join Date: Dec 2008
Posts: 2,193
Reputation: 5220
raidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to raidzero
Re: Titanium LCD Font

Quote:
Originally Posted by Sporkman View Post
raid man you might want to re size the pic ITS MASSIVE
if I did that it would be hard to read the details..
Reply With Quote
  #10 (permalink)  
Old 07-12-2009, 11:01 PM
tuscolavol's Avatar
N00b
Offline
Pocket PC: htc touch pro
Carrier: sprint
 
Join Date: May 2009
Posts: 44
Reputation: 40
tuscolavol is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Thumbs down Re: Titanium LCD Font

Thanks for all the help and patience
I call it SMOKIN

Well... I was going to post screenshots but I do not have permission. Can anyone help

EDIT - Figured it out
Now on to that analog clock. Tried it but it was too buggy. Maybe there has been some updates.
Attached Images
File Type: jpg Screen05.jpg (14.4 KB, 30 views) Click for barcode!
File Type: jpg Screen01.jpg (15.2 KB, 22 views) Click for barcode!
File Type: jpg Screen03.jpg (13.8 KB, 11 views) Click for barcode!
File Type: jpg Screen02.jpg (16.1 KB, 14 views) Click for barcode!
File Type: jpg Screen04.jpg (15.4 KB, 16 views) Click for barcode!

Last edited by tuscolavol; 07-13-2009 at 08:54 AM.
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 01:48 PM.


Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com