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
Is your feature request related to a problem? Please describe.
Currently, there is no shaped equivalent to SKPaint.GetTextPath(), which can be inconvenient in scenarios that utilize CanvasExtensions.DrawShapedText() and require drawing an outline around the text.
Describe the solution you'd like
An extension method for SKFont that returns the shaped path of a text input. To remain consistent with CanvasExtensions.DrawShapedText(), the primary method signature would ideally be along the lines of:
This functionality could just be implemented within my own projects, however I believe it would benefit the community if it were included within SkiaSharp.Harfbuzz.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, there is no shaped equivalent to
SKPaint.GetTextPath()
, which can be inconvenient in scenarios that utilizeCanvasExtensions.DrawShapedText()
and require drawing an outline around the text.Describe the solution you'd like
An extension method for
SKFont
that returns the shaped path of a text input. To remain consistent withCanvasExtensions.DrawShapedText()
, the primary method signature would ideally be along the lines of:Describe alternatives you've considered
This functionality could just be implemented within my own projects, however I believe it would benefit the community if it were included within
SkiaSharp.Harfbuzz
.The text was updated successfully, but these errors were encountered: