Function RichTextEffect._processCustomFx

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.

bool _processCustomFx (
  CharFXTransform char_fx
) nothrow @nogc;