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
21.94k stars 1.7k forks source link

[Enhancement] consolidate merge of Microsoft.Maui.Graphics #747

Open lytico opened 3 years ago

lytico commented 3 years ago

Description

There are duplicates cause of Microsoft.Maui.Graphics

The apis should be consolidated

Duplicates

Maui Maui.Graphics
FontAttributes FontStyleType
TextAlignment VerticalAlignment
PenLineCap LineCap
PenLineJoin LineJoin
Matrix AffineTransform

functional overlappings

should be merged in some way: inheritance, members ...

Maui Maui.Graphics
Font IFontFamily
Font IFontStyle
IFontManager, eg. IFontService
Redth commented 2 years ago
jsuarezruiz commented 2 years ago

https://github.com/dotnet/Microsoft.Maui.Graphics/pull/233

AmrAlSayed0 commented 2 years ago

Core-net6.csproj#L21 How will Maui.Graphics use Maui.Core? 😅 It will create a circular dependency.

ghost commented 1 year ago

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.