Blender Git Loki
Git Commits -> Revision b74cc23
Revision b74cc23 by Harley Acheson (master) June 5, 2020, 22:39 (GMT) |
UI: Ability to Print Bold and Italics Adds the ability to print text in bold or italics style, synthesized from a single base UI font. Differential Revision: https://developer.blender.org/D7893 Reviewed by Brecht Van Lommel |
Commit Details:
Full Hash: b74cc23dc478f2c4260e2e4269c8450e3d5c450e
Parent Commit: fc672ce
Lines Changed: +73, -46
6 Modified Paths:
/source/blender/blenfont/BLF_api.h (+2, -0) (Diff)
/source/blender/blenfont/intern/blf_font.c (+1, -10) (Diff)
/source/blender/blenfont/intern/blf_glyph.c (+54, -27) (Diff)
/source/blender/blenfont/intern/blf_internal_types.h (+5, -5) (Diff)
/source/blender/blenfont/intern/blf_thumbs.c (+5, -4) (Diff)
/source/blender/editors/interface/interface_style.c (+6, -0) (Diff)
/source/blender/blenfont/intern/blf_font.c (+1, -10) (Diff)
/source/blender/blenfont/intern/blf_glyph.c (+54, -27) (Diff)
/source/blender/blenfont/intern/blf_internal_types.h (+5, -5) (Diff)
/source/blender/blenfont/intern/blf_thumbs.c (+5, -4) (Diff)
/source/blender/editors/interface/interface_style.c (+6, -0) (Diff)