You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The projects are still referencing beta 19 of Fonts packages.
Further issue is that upgrading to Fonts v1.0.0. breaks some samples e.g. Method not found: 'Void SixLabors.Fonts.IGlyphRenderer.BeginText(SixLabors.Fonts.FontRectangle)'. in DrawingTextAlongAPath
The text was updated successfully, but these errors were encountered:
@JimBobSquarePants seems its working with Drawing 1.0.0-beta15.14 + minor breaking change fixes like TextMeasurer.Measure -> TextMeasurer.MeasureAdvance and TextOptions -> RichTextOptions.
Although technically not needed I had to upgrade .NET framework to 7.0.
Wanted to create a PR with fixes but have no permissions to push new branches into the repo.
The projects are still referencing beta 19 of Fonts packages.
Further issue is that upgrading to Fonts v1.0.0. breaks some samples e.g.
Method not found: 'Void SixLabors.Fonts.IGlyphRenderer.BeginText(SixLabors.Fonts.FontRectangle)'.
in DrawingTextAlongAPathThe text was updated successfully, but these errors were encountered: