Author Topic: ngui dynamic font problem on LG optimus LTE phone  (Read 3453 times)

iamslash

  • Guest
ngui dynamic font problem on LG optimus LTE phone
« on: February 04, 2013, 01:43:11 AM »
I made somehing using ngui dynamic font patch.
I could find out that it worked well on SAMSUNG galaxy S3.
But In case of LG optimus LTE it didn't work well.
There was rendered half on LG optimus LTE.

How can I start from?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: ngui dynamic font problem on LG optimus LTE phone
« Reply #1 on: February 04, 2013, 09:12:33 AM »
I didn't make that patch, so I can't support it. Ask in the thread where the patch was posted.

iamslash

  • Guest
Re: ngui dynamic font problem on LG optimus LTE phone
« Reply #2 on: February 05, 2013, 01:08:24 AM »

So I made some code using dynamic font without NGUI.
It worked well on LG optimus LTE.
But It didn't worked well with UILabel of NGUI.
In case of SKY Vega racer it didn't worked well like LG optimus LTE.
I found out that the cpus of those devices are made by qualcomm.

Qualcomm Snapdragon S4 Plus MSM8960
Qualcomm MSM8260

They all use adreno GPU.
It seems that NGUI dynamic font is not rendered well on the mobile device which has adreno GPU.

How can I start to modify the code ?