rex_bbcodeText
Usage
Sample capx
Sample capx
Add these tags to set properties of followed text.
- bold: [b]text[/b]
- italic: [i]text[/i]
- color: [color=red]text[/color]
- stroke: [stroke=red]text[/stroke]
- size: [size=18]text[/text]
- underline: [u]text[/u]
- underline with color setting: [u=red]text[/u]
- shadow: [shadow]text[/shadow]
- insert image: [img=key]
Set color to none will ignore text filling.
- [color=none]text[/color]
Baseline
The alignment and y-offset would be the same as official text object if set "Baseline" to "Top" in properties table.
If user want to show characters with multiple size, user should set "Baseline" to "Alphabetic", and set "Shift down" to assign a y-offset manually.
The alignment and y-offset would be the same as official text object if set "Baseline" to "Top" in properties table.
If user want to show characters with multiple size, user should set "Baseline" to "Alphabetic", and set "Shift down" to assign a y-offset manually.
Web font
It also could define web font in tags.
It also could define web font in tags.
Underline
Sample capx
Set thickness of underline in property "Underline thickness", or set by "Action:Set thickness".
Set offset Y of underline in property "Underline offset Y", or set by "Action:Set offset Y".
Set thickness and offset Y to simulate background color filling.
Sample capx
Set thickness of underline in property "Underline thickness", or set by "Action:Set thickness".
Set offset Y of underline in property "Underline offset Y", or set by "Action:Set offset Y".
Set thickness and offset Y to simulate background color filling.
Shadow
Set properties of shadow in property "Shadow offset X", "Shadow offset Y", "Shadow blur", "Shadow color", or set by "Action:Set shadow".
Set properties of shadow in property "Shadow offset X", "Shadow offset Y", "Shadow blur", "Shadow color", or set by "Action:Set shadow".
Insert images
Sample capx
It also could insert images into text.
Sample capx
It also could insert images into text.
- Add image with a key by "Action:Add image". The character of key could be any word except "]".
- Insert image by "[img=key]" into text which defined in step1.
Lock canvas size
Sample capx
Canvas size for text displaying will be changed when object's size is changing. Larger canvas could display more characters.
Set "Lock canvas size" to "Yes" to lock canvas size to object's initial size, therefore characters' size will be changed when object's size is changing.
Or call "Action:Lock canvas size", "Action:Unlock canvas size" to lock or unlock canvas size in run-time.
Sample capx
Canvas size for text displaying will be changed when object's size is changing. Larger canvas could display more characters.
Set "Lock canvas size" to "Yes" to lock canvas size to object's initial size, therefore characters' size will be changed when object's size is changing.
Or call "Action:Lock canvas size", "Action:Unlock canvas size" to lock or unlock canvas size in run-time.
Official save-load
This plugin supports official save-load, but it will not save images.
This plugin supports official save-load, but it will not save images.