dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.2k stars 1.75k forks source link

Window Title to be displayed in bold font face as it represents the App title #24627

Open egvijayanand opened 2 months ago

egvijayanand commented 2 months ago

Description

Window Title to be displayed in bold font face as it represents the App title. Refer to the sample screenshots below.

Existing:

image

Expected:

image

Public API Changes

Internally, the value of the FontAttributes property to be set to Bold for the Label representing the Title View.

Intended Use-Case

App branding.

egvijayanand commented 2 months ago

Rather, could you allow the customization of the Font properties of the Title label?

jfversluis commented 2 months ago

Related or duplicate #9837

egvijayanand commented 2 months ago

Font customization can be worked separately.

But representing the Title in bold font is a must-have as it's the face of the app.