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
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
ChrisLoer
changed the title
Requested codepoint font range is not used during placement.
Don't request glyphs for verticalized punctuation if feature can't be verticalized
May 15, 2017
It looks to me like fixing this just requires checking allowsVerticalWritingMode (and textAlongLine) for the feature before building the set of glyph dependencies.
Platform:
iOS and Android
Mapbox SDK version:
Master
Steps to trigger behavior
For certain codepoints e.g. '.' , the corresponding verticalization char is also added to glyph dependencies. This happens here.
However the requested code point is not used if the placement is not along line. This happens here.
Expected behavior
Only request code point ranges that will be used during placement.
Actual behavior
The text was updated successfully, but these errors were encountered: