Schatten Farben ?
Verfasst: 31.07.2012, 17:30
Hii,
ich habe mir ein paar nette scripte für Raimeter gedownloadet , ich möchte die Schriftart ändern und denn schatten dicker machen ..
also schriftart habe ich schon geändert :
StringEffect=Shadow ist ja schon , nur wie mache ich denn schatten nach meiner wahl ?
Hier mal wie es aussehen soll :
http://img32.imageshack.us/img32/8997/unbenannttqe.png
Dort sind die einstellungen :
schriftart : Segoe Print; 9,75pt
SchattenFarbe : weiß
Größe des Schattens : 5
Stärke des Schattens : 25
Ordner name von denn scripen ist Cobal , Autor Seahorse (AKA Osric Wuscfrea)
Schonmal thx
ich habe mir ein paar nette scripte für Raimeter gedownloadet , ich möchte die Schriftart ändern und denn schatten dicker machen ..
also schriftart habe ich schon geändert :
Code: Alles auswählen
[Variables]
;-----------------------------------------------------------------------------------------------
;Colours
;-----------------------------------------------------------------------------------------------
;White Solid
Colour1=255,255,255,255
;Cyan Solid - Progress Bar
Colour2=0,223,223,255
;Blue Trans
Colour3=0,223,223,125
;White Trans
Colour4=255,255,255,125
;Light Blue Feint
Colour5=102,204,255,100
;Red - Paused Progress Bar
Colour6=255,0,51,255
;Black - Prog Bar BG
Colour7=0,0,0,255
;Dark Blue - Lyric BG
Colour8=51,51,255,255
;Light Blue - Analogue Clocks
Colour9=102,204,255,255
;Mid Blue - Analogue Clocks
Colour10=102,153,255,255
;Dark Blue - Analogue Clocks
Colour11=51,102,255,255
;-----------------------------------------------------------------------------------------------
;Fonts
;-----------------------------------------------------------------------------------------------
[StringStyle]
FontFace=segoepr
FontColor=#Colour1#
StringAlign=LEFT
StringEffect=Shadow
StringStyle=Bold
ClipString=1
Antialias=1
[StringStyleRight]
FontFace=segoepr
FontColor=#Colour1#
StringAlign=RIGHT
StringEffect=Shadow
StringStyle=Bold
Antialias=1
[StringStyleCenter]
FontFace=segoepr
FontColor=#Colour1#
StringAlign=CENTER
StringEffect=Shadow
StringStyle=Bold
Antialias=1
[StringStyleNoClip]
FontFace=segoepr
FontColor=#Colour1#
StringAlign=LEFT
StringEffect=Shadow
StringStyle=Bold
Antialias=1
[StringStyleBig]
FontFace=segoepr
FontSize=22
FontColor=#Colour1#
StringEffect=Shadow
StringStyle=Bold
Antialias=1
ClipString=1
[StringStyleBigNoClip]
FontFace=segoepr
FontSize=22
FontColor=#Colour1#
StringEffect=Shadow
StringStyle=Bold
Antialias=1
Hier mal wie es aussehen soll :
http://img32.imageshack.us/img32/8997/unbenannttqe.png
Dort sind die einstellungen :
schriftart : Segoe Print; 9,75pt
SchattenFarbe : weiß
Größe des Schattens : 5
Stärke des Schattens : 25
Ordner name von denn scripen ist Cobal , Autor Seahorse (AKA Osric Wuscfrea)
Schonmal thx