bevy icon indicating copy to clipboard operation
bevy copied to clipboard

Support using system fonts

Open inodentry opened this issue 4 years ago • 10 comments

Currently, to display text in bevy UI, a font file needs to be loaded as an asset.

Considering that bevy UI should be usable for general GUI applications (such as the future bevy editor) as well as games, it should support using fonts from the operating system. There should be a way to get the standard fonts that other GUI apps on the user's system use, or other installed fonts.

inodentry avatar Jan 26 '21 22:01 inodentry