Author Topic: Multiple textures generated by BMFont  (Read 5618 times)

jz87

  • Guest
Multiple textures generated by BMFont
« on: August 07, 2012, 06:20:44 PM »
Can I import fonts generated by BMFont that have multiple textures? I'm trying to import a size 72 Consolas font.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Multiple textures generated by BMFont
« Reply #1 on: August 07, 2012, 07:58:21 PM »
No, the exported font must use only one texture. You can use a packed font, though -- pack glyphs into R, G, B, and A channels separately, thus reducing the texture size by 4.

jz87

  • Guest
Re: Multiple textures generated by BMFont
« Reply #2 on: August 28, 2012, 06:25:53 PM »
Do you have a tutorial on using packed fonts with NGUI? I exported using BMFont and 4 channels and it is not working in NGUI. The resulting font has all sorts of colors.

dlewis

  • Guest
Re: Multiple textures generated by BMFont
« Reply #3 on: August 28, 2012, 09:13:57 PM »