playMaker

Author Topic: Scaling font size with device  (Read 1357 times)

John

  • Playmaker Newbie
  • *
  • Posts: 1
Scaling font size with device
« on: April 03, 2014, 09:18:45 AM »
I have looked a lot into this and it seems Unity does not provide a clean solution.

Problem: When I am testing in Unity (I have PlayMaker), the font size is normal. When I push to my device (Google Nexus 5 android phone), the font is extremely small.

I am experimenting with GUISkins currently. Is there a PlayMaker way to allow my font size to scale with the screen size?

Thank you.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Scaling font size with device
« Reply #1 on: April 04, 2014, 08:58:36 AM »
Hi,
 
not really. The best way is to duplicate your guiskin, adjust all fonts, margin, padding and offsets to fit retina, and then switch guisking when you detect retina display.

 Bye,

 Jean