Skip to content

Commit e129bbd

Browse files
authored
remove reference to non-existent "identity" property
no identity property exists in CharFXTransform see #11187 for more
1 parent 0f9791e commit e129bbd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tutorials/ui/bbcode_in_richtextlabel.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,8 +1139,6 @@ This is where the logic of each effect takes place and is called once per glyph
11391139
during the draw phase of text rendering. This passes in a :ref:`class_CharFXTransform`
11401140
object, which holds a few variables to control how the associated glyph is rendered:
11411141

1142-
- ``identity`` specifies which custom effect is being processed. You should use that for
1143-
code flow control.
11441142
- ``outline`` is ``true`` if effect is called for drawing text outline.
11451143
- ``range`` tells you how far into a given custom effect block you are in as an
11461144
index.

0 commit comments

Comments
 (0)