xamarin/Xamarin.Forms

Bold Changes Font Size on Labels

Offen

#2.168 geöffnet am 23.03.2018

 (15 Kommentare) (1 Reaktion) (0 zugewiesene Personen)C# (1.926 Forks)batch import
e/6 :clock6:help wantedp/UWPt/bug :bug:up-for-grabs

Repository-Metriken

Stars
 (5.644 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Description

If you sent Font="Bold" on a Label, it changes the size of the font. This makes formatting text extremely difficult.

Steps to Reproduce

  1. Clone this repo: https://ChristianFindlay@bitbucket.org/ChristianFindlay/xamarin-forms-scratch.git
  2. Run the UWP sample and click the Bold button
  3. Notice the bold label's text is larger than the non-bold label.

Expected Behavior

Setting Font="Bold" does not change size of font.

Actual Behavior

Setting Font="Bold" changes size of font.

Basic Information

  • Version with issue: 2.5.0.280555
  • Last known good version: ?
  • IDE: VS 2017
  • Platform Target Frameworks:
    • UWP: 16299
    • Other platforms probably have same issue
  • Android Support Library Version:
  • Nuget Packages: Xamarin Forms
  • Affected Devices: Probably all

Screenshots

Screenshot

Reproduction Link

https://ChristianFindlay@bitbucket.org/ChristianFindlay/xamarin-forms-scratch.git

Contributor Guide