Skip to content

Commit 84f15cd

Browse files
authored
Merge pull request #11190 from BenBlueeeee/patch-1
Remove reference to non-existent "identity" property in bbcode tutorial
2 parents 7967718 + e129bbd commit 84f15cd

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)