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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
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.