Search Issue Tracker
Not Reproducible
Votes
14
Found in
5.2.0f2
Issue ID
722288
Regression
No
Bold font .ttf file is not detected properly for certain fonts
How to reproduce:
1. Open attached project
2. Open scene Scene.unity
3. Try switching between Normal and Bold font style on gameobject Main Camera/Canvas/Bold
- Note how the font only gets wider, but not properly bold
4. Import attached Bold version of the font
5. Try switching between Normal and Bold styles again
- Note how it still only gets wider, even though the Bold version of the font is present
- A possible workaround is to use the Bold version of the font directly, rather than through Font Style
Comments (33)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Project Settings panels disappear and do not repaint when entering Play Mode without reloading Domain
- Screen Space Decals ignore Rendering Layer Mask when using OpenGL Graphics API
- Crash on scripting_method_invoke when the Player is build before entering the Play mode in the Editor
- Tile Palette Window zoom level resets when the Window becomes inactive
- [iOS] Exported Xcode "Unity-iPhone" Xcode project shows the "Framework" folder as red
VregNamikaze
Sep 24, 2015 20:46
Same here, only bold is working for my font, but bold italic is no longer being detected.
lexacutable
Sep 09, 2015 01:35
Yep, this broke bold and italic font styles in my current project in 5.2, where everything was fine in 5.1. Re-importing the fonts doesn't help, and I can't just use the bold or italic variants directly, since we use rich text tags everywhere and give the player a choice of typefaces.
Shii
Sep 08, 2015 14:37
Same here. Issue appeared after updating to 5.2.0f3. Worked fine in 5.1.3p2.
Easy reproducible after compiling android project and running on actual device.