It is currently May 5th, 2024, 11:59 pm

Trying to change text, can't seem to get it to work

Get help with creating, editing & fixing problems with skins
FZRaven
Posts: 1
Joined: June 13th, 2012, 7:38 am

Trying to change text, can't seem to get it to work

Post by FZRaven »

I have added the font to the font folder, and also added it to the Text Styles.txt and changed it in the custom links config. And help would be great.

**EDIT**
Changed localFontFace to Blade Runner Movie Font, after looking at the "A Note On Fonts" page. Not it gives an error

So here's the files i'm changing
Text Styles.txt

Code: Select all

[Rainmeter]
;LocalFont="#ROOTCONFIGPATH#Font\AC2Aaux Prolight.ttf"
;LocalFont="#ROOTCONFIGPATH#Font\AC2Aaux ProMedium.ttf"
;LocalFont="#ROOTCONFIGPATH#Font\AC2Aaux ProBold.ttf"
LocalFont="#ROOTCONFIGPATH#Font\Bladerunner.ttf"


[Variables]

cBlack=0,0,0,128
fBlack=0,0,0,200
hBlack=0,0,0,240

cWhite=255,255,255,255
fWhite=255,255,255,200
hWhite=255,255,255,180

cRed=166,1,15,255

;LocalFontFace=AC2Aaux Prolight
;LocalFontFace=AC2Aaux ProMedium
;LocalFontFace=AC2Aaux ProBold
LocalFontFace=Bladerunner


FontSize=15
And the config for the custom links
Custom 01.ini

Code: Select all

[Rainmeter]
Update=100
Author=jpgeolina
LocalFont="#ROOTCONFIGPATH#Font\Bladerunner.ttf"

________________________
[Variables]
@include=#SKINSPATH#\Animus-WhiteRoom\Resources\Variable Groups.txt
________________________

;Metadata added by RainBrowser
;http://rainmeter.net/RainCMS/?q=Rainmeter101_AnatomyOfASkin

[Metadata]
Name=
Config=
Description=
Instructions=
Version=
Tags=
License=
Variant=
Preview=

;End of added Metadata
________________________

[Meter]
Meter=BUTTON
X=1
Y=1
ButtonImage=#Button Image#
ButtonCommand=!Execute ["#CstLink01#"]
MouseOverAction=!Execute [!SetOption String FontColor #cWhite#] [!SetOption String StringStyle BOLD]
MouseLeaveAction=!Execute [!SetOption String FontColor #fWhite#] [!SetOption String StringStyle NORMAL]

[String]
Meter=String
x=85
y=0
StringAlign=LEFT
StringCase=UPPER
FontColor=#fWhite#
FontSize=#FontSize#
FontFace=#LocalFontFace#
Text=#CstText01#
AntiAlias=1