Displays text with multi-color, font face, or font size with tags.
Categories > Text > rex_tagtextIntroductionLinksDependenceUsagePredefined tagManage imagesInline styleBaselineLock canvasSave & load
None
Define tag
Condition:Define tag (class)
Action:Set font faceAction:Set font sizeAction:Set font colorAction:Set font styleAction:Set strokeAction:Set shadowAction:Set underlineAction:Insert imageAction:Add by CSS (sample capx)
red { color:#F00; font-size:20pt; text-shadow:2px 2px 2px #000; underline:yellow 5px 0px; stroke: blue 2px;}Color: color:color
Stroke: stroke:color lineWidth
Font size: font-size:size
Font: font:font-weight font-size font-family
font:900 20pt arial,sans-serifText shadow: text-shadow:offsetX offsetY blur color
Underline: underline:color thickness offsetY
Insert image: image:key
Use tags in text
<class=tag_name> characters </class>Tags are private for each tag text instance.
Action:Add image, to add image with a key
Parameter Key: any character except ]
Parameter Image : official sprite object
Action:Remove imageAction:Remove allImages are shared for all tag text and bbcode text.
<style="color:#F00;">Some text</style><style="stroke:blue 2px;">Some text</style><style="font-family:Georgia;">Some text</style><style="font-size:20px;">Some text</style><style="font-weight:bold;">Some text</style><style="font-style:italic;">Some text</style><style="font:900 20pt arial,sans-serif">Some text</style><style="text-shadow:2px 2px 2px #000">Some text</style><style="underline:yellow 5px 0px">Some text</style><style="image:smile;"></style>or mix them
<style="color:#F00;font-size:20px">Some text</style>Property Baseline is Top
Property Baseline is Alphabetic
Shift down to pull down textWhen resizing text object,
Lock canvas size is Yes, or Action:Lock canvas sizeLock canvas size is No, or Action:Unlock canvas sizeIt supports official saving & loading feature, but it will not save images.