From e129bbdbff5443aadc43e2de4ece3fbb4beb1056 Mon Sep 17 00:00:00 2001 From: BenBlueeeee <120208759+BenBlueeeee@users.noreply.github.com> Date: Fri, 8 Aug 2025 21:42:04 +0100 Subject: [PATCH] remove reference to non-existent "identity" property no identity property exists in CharFXTransform see #11187 for more --- tutorials/ui/bbcode_in_richtextlabel.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/tutorials/ui/bbcode_in_richtextlabel.rst b/tutorials/ui/bbcode_in_richtextlabel.rst index 9998e9ff7..a5329c890 100644 --- a/tutorials/ui/bbcode_in_richtextlabel.rst +++ b/tutorials/ui/bbcode_in_richtextlabel.rst @@ -1139,8 +1139,6 @@ This is where the logic of each effect takes place and is called once per glyph during the draw phase of text rendering. This passes in a :ref:`class_CharFXTransform` object, which holds a few variables to control how the associated glyph is rendered: -- ``identity`` specifies which custom effect is being processed. You should use that for - code flow control. - ``outline`` is ``true`` if effect is called for drawing text outline. - ``range`` tells you how far into a given custom effect block you are in as an index.