PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, September 29, 2022

[FIXED] How to handle tvOS fonts SpriteKit

 September 29, 2022     fonts, sprite-kit, swift, tvos     No comments   

Issue

How do you guys handle converting your iOS games to tvOS in regards to fonts?

tvOS hardly supports any fonts available on iOS and therefore my game menus etc just look plain and boring on the appleTV.

I understand that Apple wants to use SanFrancisco style fonts for apps for legibility, which makes sense. For Spritekit games however those fonts dont look good at all, especially when having cartoonish style artdesign.

Is there any trick to get fonts such as Chalkduster, Damascus etc to work on tvOS in code without having to resort do do all the menus in Photoshop just for the appleTV.

Am I missing something?


Solution

As Daniel Storm so kindly pointed out to use custom fonts beyond the supported ones I can follow this stack overflow question

How to add custom fonts to an iPhone app?



Answered By - crashoverride777
Answer Checked By - Mary Flores (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing