Open
Description
Currently, the source generator is creating the necessary code to use custom fonts. Example:
canvas.Font = new Microsoft.Maui.Graphics.Font("SegoeUI-Semibold", 600, FontStyleType.Normal);
However, in addition to the lines of code it is necessary to download the font file and .NET MAUI Graphics works with embedded files.
Metadata
Metadata
Assignees
Labels
No labels