Skip to content

Conversation

@janusw
Copy link
Member

@janusw janusw commented Apr 2, 2025

No description provided.

janusw added 4 commits April 1, 2025 22:52
'SKPaint.Typeface' is obsolete: 'Use SKFont.Typeface instead.'
'SKPaint.GetFontMetrics(out SKFontMetrics)' is obsolete: 'Use SKFont.GetFontMetrics() instead.'
'SKPaint.TextAlign' is obsolete: 'Use SKTextAlign method overloads instead.'
'SKCanvas.DrawText(string, float, float, SKPaint)' is obsolete: 'Use DrawText(string text, float x, float y, SKTextAlign textAlign, SKFont font, SKPaint paint) instead.'
'CanvasExtensions.DrawShapedText(SKCanvas, SKShaper, string, float, float, SKPaint)' is obsolete: 'Use DrawShapedText(SKShaper shaper, string text, float x, float y, SKTextAlign textAlign, SKFont font, SKPaint paint) instead.'
warning CS0618: 'SKPaint.FilterQuality' is obsolete: 'Use SKSamplingOptions instead.'
warning CS0618: 'SKFilterQuality' is obsolete: 'Use SKSamplingOptions instead.'
* by commenting out code
* warning CS0618: 'SKPaint.TextEncoding' is obsolete: 'Use SKTextEncoding method overloads instead.'
* note: SKPaint.TextEncoding is not set anywhere,
  i.e. it always stays at the default value (which per documentation is Utf8)
@janusw janusw merged commit f6cc990 into oxyplot:develop Apr 2, 2025
3 checks passed
@janusw janusw deleted the skia3 branch April 2, 2025 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant