Version 1, Update 2
This update only contains bug fixes.
- Previously, assigning a
textStyleId
to a text node required you to load the existing font on the text node, even though it is being replaced. This is now no longer necessary. text.setRangeFontName
now requires you to load all existing fonts used in the text nodes, as they might still be present after the text node gets modified.- Fix a bug where
text.setRangeXYZ
functions would clear thetextStyleId
of characters outside the range that was being modified.