A custom effect for a RichTextLabel, which can be loaded in the RichTextLabel inspector or using RichTextLabel.install_effect().
Override this method to modify properties in char_fx
. The method must return true
if the character could be transformed successfully. If the method returns false
, it will skip transformation to avoid displaying broken text.