Feature #89260
DevsOnly: support for custom font via filename, Unicode
Status: | Assigned | Start date: | 12/29/2020 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | DevsOnly | |||
Target version: | - | |||
Resolution: |
Description
Update font handling to allow filename as name and then
load/set font manually
Font font = Font.createFont(Font.TRUETYPE_FONT, new FileInputStream("font.ttf"));
font = font.deriveFont(24F);