Author Topic: UILabel  (Read 176379 times)

skatola

  • Newbie
  • *
  • Thank You
  • -Given: 4
  • -Receive: 0
  • Posts: 31
    • View Profile
Re: UILabel
« Reply #135 on: February 15, 2016, 10:31:37 PM »
Can i change font in runtime in the same string?
for example:

[times new roman] "hello" + [arial black] "world"

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: UILabel
« Reply #136 on: February 18, 2016, 07:10:48 PM »
No, you can't change fonts mid-label.

Argiris

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 0
  • Posts: 6
    • View Profile
Re: UILabel
« Reply #137 on: March 29, 2016, 05:47:49 AM »
Hello.

We've got a curious issue in our game, and I thought maybe some of you may have an idea about it.

Our game supports XHDPI and XXHDPI devices and fonts appear fine in development mode, however in production it seems like we're getting the XHDPI in XXHDPI devices (in other words, all fonts are blurry in high resolution screens).

Has anyone seen something like that before?

Thank you in advance!