문제

A client has just bought a licensing bundle for a custom font of which he would like to use in our application, containing eot, svg, ttf, woff filetypes.

Which filetype would be best to be used in iOS Applications? I'd image SVG is for the reason of it being lightweight and scalable, but TTF tends to be the default.

도움이 되었습니까?

해결책

Use TTF. Custom TTF font support has has been included in iOS since 3.2. It is as scalable as SVG, but has much better internal text layout metric support (as it is an actual font format).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top