You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed.
Now font and size are correctly inherited when not specified in a StyleProtocol instance. By setting font you are also setting its size; by passing size only SwiftRichString attempts to enumerate between the fonts of the attributed string by altering it along with the (optional) unique font attributes you have set.
add method will override all existing attributes.
the expected result of ab should keep different font size and append red color. But real result is reset font size and append red color.
p.s. version 2.0.1
The text was updated successfully, but these errors were encountered: