CSharpMath.SkiaSharp
0.5.1
Install-Package CSharpMath.SkiaSharp -Version 0.5.1
dotnet add package CSharpMath.SkiaSharp --version 0.5.1
<PackageReference Include="CSharpMath.SkiaSharp" Version="0.5.1" />
paket add CSharpMath.SkiaSharp --version 0.5.1
#r "nuget: CSharpMath.SkiaSharp, 0.5.1"
// Install CSharpMath.SkiaSharp as a Cake Addin
#addin nuget:?package=CSharpMath.SkiaSharp&version=0.5.1
// Install CSharpMath.SkiaSharp as a Cake Tool
#tool nuget:?package=CSharpMath.SkiaSharp&version=0.5.1
The SkiaSharp front end for CSharpMath.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- CSharpMath.Rendering (>= 0.5.1)
- SkiaSharp (>= 2.80.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on CSharpMath.SkiaSharp:
Package | Downloads |
---|---|
CSharpMath.Forms
The Xamarin.Forms front end for CSharpMath. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.5.1 | 8,532 | 5/5/2021 |
0.5.0 | 412 | 4/20/2021 |
0.5.0-beta | 4,908 | 11/1/2020 |
0.5.0-alpha4 | 5,140 | 8/3/2020 |
0.5.0-alpha3 | 309 | 8/3/2020 |
0.5.0-alpha2.2 | 168 | 8/3/2020 |
0.4.2 | 9,689 | 4/15/2020 |
0.4.1 | 408 | 4/14/2020 |
0.4.0 | 3,178 | 4/10/2020 |
0.4.0-beta | 436 | 4/3/2020 |
0.4.0-alpha | 329 | 3/18/2020 |
0.3.0 | 1,022 | 12/19/2019 |
0.3.0-beta3 | 636 | 11/8/2019 |
0.3.0-beta2 | 377 | 11/4/2019 |
0.3.0-beta | 465 | 9/8/2019 |
0.3.0-alpha | 440 | 8/23/2019 |
0.2.0 | 2,234 | 1/22/2019 |
0.2.0-beta1 | 600 | 1/5/2019 |
0.2.0-alpha3 | 590 | 11/24/2018 |
0.2.0-alpha2 | 511 | 11/17/2018 |
0.2.0-alpha | 530 | 11/6/2018 |
0.1.5 | 634 | 1/1/2019 |
0.1.4 | 618 | 12/5/2018 |
0.1.3 | 594 | 11/11/2018 |
0.1.2 | 676 | 10/21/2018 |
0.1.1 | 617 | 10/13/2018 |
0.1.0 | 632 | 10/6/2018 |
0.1.0-rc.3 | 1,114 | 10/1/2018 |
0.1.0-rc.2 | 364 | 9/21/2018 |
0.1.0-rc.1 | 362 | 9/19/2018 |
0.1.0-rc.0 | 381 | 9/14/2018 |
0.1.0-pre9 | 602 | 8/31/2018 |
0.1.0-pre8.2 | 367 | 8/26/2018 |
0.1.0-pre8.1 | 364 | 8/26/2018 |
0.1.0-pre8 | 592 | 8/26/2018 |
0.1.0-pre7 | 683 | 8/16/2018 |
0.1.0-pre6 | 676 | 8/8/2018 |
0.1.0-pre5 | 660 | 7/27/2018 |
0.1.0-pre4 | 681 | 7/20/2018 |
0.1.0-pre3 | 686 | 7/17/2018 |
0.1.0-pre2 | 777 | 7/14/2018 |
0.1.0-pre10 | 634 | 9/6/2018 |
0.1.0-pre1 | 706 | 6/28/2018 |
# 0.5.1 Evaluation Update Quickfix
## Changes from v0.5.0 (Recently merged first)
## 🚀 Features
<details><summary>Provide workaround for #192 (#193) @Happypig375</summary><table><td>
So that
```cs
class RussianBreakingEngine : Typography.TextBreak.EngBreakingEngine {
public override bool CanHandle(char c) => c is >= '\u0400' and <= '\u052f'; // Unicode Cyrillic and Cyrillic Supplement
}
CSharpMath.Rendering.Text.TextLaTeXParser.AdditionalBreakingEngines.Add(new RussianBreakingEngine());
```
can be used for #192 while awaiting Typography support.
</td></table></details>
## Contributors
@Happypig375