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
Given the input string "A\nB", the Tehreer stack will crash when creating the second line of the run. The fix is to pass the paragraph starting offset to SBParagraphCreateLine(...) here:
Given the input string "A\nB", the Tehreer stack will crash when creating the second line of the run. The fix is to pass the paragraph starting offset to
SBParagraphCreateLine(...)
here:text-rendering-tests/src/fonttest/tehreerstack_line.cpp
Line 152 in f9535a1
The fix should look like this:
The text was updated successfully, but these errors were encountered: