java - Create conveniently Bold version of Font -
does know whether there convenient way, method perhaps take font instance , return bold version?
thank help.
font original = getoriginalfont(); font bold = original.derivefont(font.bold); does know whether there convenient way, method perhaps take font instance , return bold version?
thank help.
font original = getoriginalfont(); font bold = original.derivefont(font.bold);
Comments
Post a Comment