Skip to content

Implement the use of custom fonts #1

Open
@jsuarezruiz

Description

@jsuarezruiz

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions