0

I am new to NGUI concept in unity 3d.

i tried to create a new font using NGUI, But failed.

Can you explain how can i create a new font using NGUI.

I have to make goonspectreTBS font.

Waiting for positive response.

Thanks in advance.

Sona Rijesh
  • 1,041
  • 7
  • 32
  • 62
  • 1
    There are 2 YouTube videos [NGUI Update 1.6 at minute 3](http://youtu.be/4JW4M7wbzeo) and [NGUI: Packed Fonts](http://youtu.be/dY6jQ7d2ius) from the maker of NGUI – Kay Mar 04 '13 at 06:36
  • NGUI has abilities only for using raster fonts created by other applications like http://www.angelcode.com/products/bmfont/, http://www.71squared.com/glyphdesigner/. – strobe Mar 04 '13 at 16:51
  • i have to make goonspectreTBS font using ngui. any solution for it?? – Sona Rijesh Mar 05 '13 at 12:12
  • @Kay gave you a tip. SO is not here to write your code for you, the answers to font creation are eminently searchable on the NGUI website. – Jerdak Mar 06 '13 at 21:30
  • i created font as in videos. But font is crashed. So word in label cant read. – Sona Rijesh Mar 07 '13 at 03:55

1 Answers1

0

There are few ways of introducing custom fonts to NGUI. You should definitely go through NGUI tutorials, they explaining all processes step by step

You can find it here http://www.tasharen.com/?page_id=197

Greg Lukosek
  • 1,774
  • 20
  • 40