Can i use a Tally marks fonts in UILabel?
问题 does Apple support usage of tally fonts ? i'm using this tally from here :http://www.subtangent.com/maths/resources.php with this coding: UILabel *subtitle = [[UILabel alloc]initWithFrame:CGRectMake(125, 2, 185, 30)]; [subtitle setBackgroundColor:[UIColor clearColor]]; [subtitle setFont:[UIFont fontWithName:@"Tally_Regular.ttf" size:19.0]]; [subtitle setText:@"5"]; [subtitle setTextColor:[UIColor blackColor]]; [fLikeThis addSubview:subtitle]; However it does't work as expected, not sure why