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!