Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specifying a smaller suggested length results in increased paragraph length #16

Closed
mta452 opened this issue Mar 19, 2022 · 1 comment
Closed
Labels

Comments

@mta452
Copy link
Member

mta452 commented Mar 19, 2022

Parameters

  • encoding = SBStringEncodingUTF16
  • string = "abcdابجد"
  • paragraphOffset = 0
  • suggestedLength = 4
  • baseLevel = 0

Input Function

  • SBParagraph paragraph = SBAlgorithmCreateParagraph()

Output Function

  • SBUInteger actualLength = SBParagraphGetLength()

Expected Value = 4

Actual Value = 5

@mta452 mta452 added the bug label Mar 19, 2022
@mta452
Copy link
Member Author

mta452 commented Apr 24, 2022

Resolved in v2.6

@mta452 mta452 closed this as completed Apr 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant