Author Topic: NGUI Text PrintCharacterPositions  (Read 2517 times)

wud

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 2
    • View Profile
NGUI Text PrintCharacterPositions
« on: August 30, 2016, 11:23:14 PM »
I can not understand the output of function NGUI Text PrintCharacterPositions ,  verts list and indices list. And I want to get the character positions, how can i get that

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: NGUI Text PrintCharacterPositions
« Reply #1 on: September 03, 2016, 01:37:50 AM »
What's PrintCharacterPositions? There's NGUIText.PrintExactCharacterPositions and NGUIText.PrintApproximateCharacterPositions. There's also NGUIText.GetApproximateCharacterIndex and NGUIText.GetExactCharacterIndex -- each used for different things with the comment above each function explaining its use. What are you trying to do?