-1

I want to set the tab stop in CoreText. I really need the code. The example is more good. Anyone can help me?

Peter Hosey
  • 95,783
  • 15
  • 211
  • 370
Rizki
  • 281
  • 1
  • 6
  • 19

1 Answers1

3

First off, have you read the CoreText programming guide?

If so, take a look at the CTTextTab reference - specifically the CTTextTabCreate method. This should be more than enough to set you in the right direction. (We're not here to write your code for you.)

John Parker
  • 54,048
  • 11
  • 129
  • 129