View Single Post
  #23  
Unread 03-26-2005, 06:46 PM
Kosmos's Avatar
Kosmos Kosmos is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Lucan DLere
Posts: 581
Default

Quote:
<TextStyle Algorithm="Simple" FontName="Times New Roman" Language="english" Name="Font_Euro_Zapf14" PointSize="14" UseCachedFont="true"/>
Quote:
<Table BackgroundColor="#000000" BackgroundOpacity="0.000" CellHeight="14" DefaultTextStyle="TrackingFont.Font_Euro_Zapf14" Location="0,6" MinimumScrollExtent="81,0" Name="Table" PackLocation="left,top" PackLocationProp="0000/0001,0006/0001" PackSize="absolute,absolute" PackSizeProp="0000/0001,0006/0001" ScrollExtent="81,511" SelectionAllowedMultiRow="false" SelectionColorBackground="#4A404A" SelectionColorRect="#4A404A" Size="81,511" TableModel="TableModel"/>
Change to This.
Quote:
<TextStyle Algorithm="Simple" FontName="Arial" Language="english" Name="Font_Euro_Zapf14" PointSize="15" UseCachedFont="true"/>
Quote:
<Table BackgroundColor="#000000" BackgroundOpacity="0.000" CellHeight="15" DefaultTextStyle="TrackingFont.Font_Euro_Zapf14" Location="0,6" MinimumScrollExtent="81,0" Name="Table" PackLocation="left,top" PackLocationProp="0000/0001,0006/0001" PackSize="absolute,absolute" PackSizeProp="0000/0001,0006/0001" ScrollExtent="81,511" SelectionAllowedMultiRow="false" SelectionColorBackground="#4A404A" SelectionColorRect="#4A404A" Size="81,511" TableModel="TableModel"/>
Those should be the only changes you need to make for the static window to make it Arial 15.

Just make sure the Point Size and the Cell Height are the same.
Ignore anything but the ones highlighted in red, as they are just names. The only thing that really matters is the stuff in red.

if you wanted Arial Bold 15 than you would change the this line.


Quote:
Algorithm="Simple"
to
Quote:
Algorithm="Bold"

If that doesn't help I'll make you one up special just tell me what fonts you want. I'm thinking about making one that the user can change the font if I can swing it, but not sure if that is possible. At the very least I think I could let the user change the point size.
__________________
Kosmos
Qeynos Ranger (Retired)
Lucan D'Lere
Reply With Quote