Hi, I have a strange issue with the latest 2.6.3 release with dynamic fonts.
I always get the following error: "Attempting to print using an invalid font!"
I didn't get this error in 2.6.1, it was/is working fine in that version.

I tried to test with just one simple label and also that is not working.
- The TTF font we're using is: "Berlin Sans FB Demi", with the following import options:
Font Size: 1
Color: White
Rendering Mode: Smooth
Character: Dynamic
Incl. Font Data:YES
Font Names: Berlin Sans FB Demi
- The font prefab is created using the NGUI Font Maker using the following settings:
Type: Dynamic
Font TTF: BerlinDemiBold
Font Size: 16 NORMAL (Bold also doesn't make a difference here for me)
Font Name: BerlinDemiBold16
- The generated font prefab has the following data:
Font Type: Dynamic
TTF Font: BerlinDemiBold
Size: 20
Material: Font Material (Linking to the material under the actual imported TTF font, so that seems fine)
Spacing: 0,0
Pixel Size: 1
- The label was created using the widget tool with the dynamic font prefab selected.
- When I try to enter text in the label I get the error: "Attempting to print using an invalid font!", I also get this error on runtime. I noticed that the font material is completely empty, in 2.6.1 I could see characters in this material.
Can anyone confirm this issue, or have a solution for it?
