STIXE Settings.ini Fonts

From TrillWiki

Jump to: navigation, search

Contents

[edit] Types of Fonts

By standardizing the font styles into a few variations, Stixe ensures the consistency of the appearance of the skin. All controls of the Stixe interfaces will get the font information from these entities. These types of fonts are defined according to the function of the controls:


  • Default Font: All entries that are not specified will be applied the Default Font settings.
  • Default Title Font: Used in special headers to emphasize a text, such as the SuperTooltip title.
  • Default Group Font: Used in Group items in list controls, meaning a higher level of item in the hierachy.
  • Panel Title Font: Used in the headers of Panel elements, or top portion of List Frames.
  • Window Title Font: Used in the top caption of Window Frames.
  • Small Window Title Font: Used in the top caption of Small Window Frames.


An example of how these types of fonts are used in the default skin of 3.0, Trillian Whistler, is illustrated below:


Image:Stixe Settings.ini Fonts.png


[edit] Entities

Since all these different types of font have the same set of entities, we will use WindowTitleFont as an example for the rest of the font types.


[edit] iniWindowTitleFontFile

Values
The filename of the font, excluding the path, e.g. 'arial.ttf' or 'tahoma.ttf'.
Descriptions
Specifies the name of the file that contains the font.
Notes
Trillian defaults to Arial if no font is chosen. You can also include a custom font in the skins' folder and type the filename of that font here.

[edit] iniWindowTitleFontName

Values
The name of the font, e.g. 'Arial' or 'Tahoma'.
Descriptions
Specifies the name of the font.


[edit] iniWindowTitleFontSize

Values
Any Integer.
Descriptions
Specifies the size of the font to be used.
Notes
Be careful that fonts too small are illegible to users, while fonts too big may not be fit in certain interfaces.


[edit] iniWindowTitleFontBold

Values
'0' or '1'
Descriptions
Determines if the font is displayed in bold.


[edit] iniWindowTitleFontItalic

Values
'0' or '1'
Descriptions
Determines if the font is displayed in italics.


[edit] iniWindowTitleForeColor-red/green/blue

Values
RGB Values (0-255)
Descriptions
Specifies the color of the font.


[edit] iniWindowTitleBackColor-red/green/blue

Values
RGB Values (0-255)
Descriptions
Specifies the background color of the font. These values are seldom used and may be used by interface builders in extreme cases.


[edit] iniWindowTitleAlignment

Values
'left', 'center' or 'right'
Descriptions
Determines if the sentence using this style will align to the left, center, or right.
Personal tools