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
  #181 (permalink)  
Old 07-12-2009, 02:46 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
for adding symbols i recommend opening up a font that comes with windows which is complete.. look at the name of the glyph and just make a new one in your font file with that name and then draw it out..

i dont get y im having trouble w/ adding symbols and numbers to the fonts...i do as instructed and nothing...
__________________
make sure you THANK everyone who has helped you or lead you in the right direction in solving your issue
Reply With Quote
  #182 (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
  #183 (permalink)  
Old 07-12-2009, 03:02 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 dro View Post
i dont get y im having trouble w/ adding symbols and numbers to the fonts...i do as instructed and nothing...

am i sup to name it by symbol name or glyph name...for example % = $0008(glyph)
Reply With Quote
  #184 (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
  #185 (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....
Reply With Quote
  #186 (permalink)  
Old 07-12-2009, 03:52 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)
Re: Titanium LCD Font

Quote:
Originally Posted by raidzero View Post
look at the ttf file in windows font viewer. make sure you tell it to look for the fonts internal name, not file name, in your cpr. other than that make sure your font is in \windows\ and it is usable by other apps, like word mobile. I have said this many times in this thread...Actually the one right above yours!?
Sorry, I try to be careful to read the thread before I ask questions. Maybe some of this is new and a little above me. Anyway, changing to the font name did the trick. Now, because I did read the thread, I know there's something about changing size. So searching I will go. Thanks, this is one of the final tweaks to make my phone exactly what I want!!!!
Reply With Quote
  #187 (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
  #188 (permalink)  
Old 07-12-2009, 04:40 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

Quote:
Originally Posted by raidzero View Post
bobby, the opera panel only goes to your opera favorites. if you simply open opera and change your favorites, exit, and then go back to the panel and click the right softkey (import) it will update.
Actually Raid, if you go into your CHomeEditor, you can change the name of your Opera Panel, and the website it goes to. Look at the pic. I just can't figure out how to capitalize voicemail, phone, etc... I was able to capitalize My People which is really fave people, but not anything else. Any reason why??

__________________
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.
  #189 (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
  #190 (permalink)  
Old 07-12-2009, 06:25 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
edit registry: hkey local machine/software/microsoft/chome look around there the answer will be apparent. sorry for the brevity im posting from phone
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 04:59 PM.


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