1

I am writing an app where I have to insert text in the form of dots, similar to that found on scoreboards. An example would be like

enter image description here

Is there an iOS open source library I can use to do this ?

Ashish Agarwal
  • 14,555
  • 31
  • 86
  • 125
  • Googling “scoreboard font” or “scoreboard text font” finds several fonts that might meet your needs. Why not use one of them? [Example](http://www.fontspace.com/category/scoreboard) [Example](http://fontstruct.com/fontstructions/show/363872) – rob mayoff Apr 04 '13 at 00:49
  • Related: [Can I embed a custom font in an iPhone application?](http://stackoverflow.com/a/2616101/457406) – Matthias Bauch Apr 04 '13 at 08:59

1 Answers1

2

You can use UIFont to accomplish this easily using a .ttf font file:

http://kgriff.posterous.com/45359635

This font might work for you:

http://www.dafont.com/score-board.font

SG1
  • 545
  • 3
  • 5