Request for new Template (Dual Tab Horizantal)
Hello,
I was hoping for a new Template based on the format here. Unfortunately i dont have the corresponding template psd. Please can u see whether it is possible to add 'Dual Tab Horizontal' version.
Here’s what I came up with: I wasn’t entirely sure about the font used in the sample you provided, so I went with the same font from the "DualTab Vertical" template.
DualTab Horizontal - PSD file.zip DualTab Horizontal - RCFI Template.zip
Let me know if you need any adjustments or have any feedback!
i have some suggestions, I don't know if possible. Can u make the text appear (embossed and shadowed) like this in second tab in both horizontal and vertical templates as shown in picture.
i also have the psd i edited with here
To add a shadow and create an embossed effect, you can adjust this part of the code:
set LAYER-TAB2-LABEL= ^
( ^
-font "%RCFI%\resources\BIG_NOODLE_TITLING.ttf" ^
-fill %FolderName-Font-Color% ^
-density 400 ^
-pointsize 4.5 ^
-kerning 4.5 ^
%FolderName-Pos-Tab2% ^
-background none ^
label:"%tab2-label%" ^
( +clone -background BLACK -shadow 30x1+1+1 ) +swap -background none -layers merge ^
( +clone -background BLACK -shadow 30x1+1+1 ) +swap -background none -layers merge ^
( +clone -background BLACK -shadow 30x1+1+1 ) +swap -background none -layers merge ^
( +clone -background BLACK -shadow 30x1+1+1 ) +swap -background none -layers merge ^
) -composite
- -pointsize: specified font size
- -kerning: specified font spacing
- -shadow:
30shadow's opacity, specified as a percentage (0% to 100%)x1specifies the blur radius for the shadow. A larger value produces a softer shadow, while a smaller value produces a sharper shadow.+1+1horizontal and vertical offset of the shadow, Positive values shift the shadow to the right or downward. Negative values shift the shadow to the left or upward.You can stack multiple shadow, and make it shift into 4 different angle or more to make a glowing text effects if the shadow is blured, or make a border text if the shadow is sharp.
Here's an example of a template I've modified: DualTab template with shadow on text.zip
Awesome Thanks.
I don't have any more innovative ideas or suggestions, i will get back to you if i get anymore. Thank you