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
Font.asAKAttribute() returns the pointSize as a CGFloat formatted String (e.g. "18.0"). But your library cannot handle the ".0". Could you update this function so it returns a String that can be handled? E.g:
"Arial|18" instead of: "Arial|18.0"
Thanks a lot!
The text was updated successfully, but these errors were encountered:
Font.asAKAttribute() returns the pointSize as a CGFloat formatted String (e.g. "18.0"). But your library cannot handle the ".0". Could you update this function so it returns a String that can be handled? E.g:
"Arial|18" instead of: "Arial|18.0"
Thanks a lot!
The text was updated successfully, but these errors were encountered: