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 | 9,609 | 5/5/2021 |
0.5.0 | 427 | 4/20/2021 |
0.5.0-beta | 4,924 | 11/1/2020 |
0.5.0-alpha4 | 5,196 | 8/3/2020 |
0.5.0-alpha3 | 323 | 8/3/2020 |
0.5.0-alpha2.2 | 182 | 8/3/2020 |
0.4.2 | 9,773 | 4/15/2020 |
0.4.1 | 424 | 4/14/2020 |
0.4.0 | 3,195 | 4/10/2020 |
0.4.0-beta | 455 | 4/3/2020 |
0.4.0-alpha | 347 | 3/18/2020 |
0.3.0 | 1,043 | 12/19/2019 |
0.3.0-beta3 | 652 | 11/8/2019 |
0.3.0-beta2 | 393 | 11/4/2019 |
0.3.0-beta | 488 | 9/8/2019 |
0.3.0-alpha | 457 | 8/23/2019 |
0.2.0 | 2,266 | 1/22/2019 |
0.2.0-beta1 | 625 | 1/5/2019 |
0.2.0-alpha3 | 609 | 11/24/2018 |
0.2.0-alpha2 | 533 | 11/17/2018 |
0.2.0-alpha | 551 | 11/6/2018 |
0.1.5 | 655 | 1/1/2019 |
0.1.4 | 638 | 12/5/2018 |
0.1.3 | 614 | 11/11/2018 |
0.1.2 | 698 | 10/21/2018 |
0.1.1 | 645 | 10/13/2018 |
0.1.0 | 660 | 10/6/2018 |
0.1.0-rc.3 | 1,134 | 10/1/2018 |
0.1.0-rc.2 | 385 | 9/21/2018 |
0.1.0-rc.1 | 382 | 9/19/2018 |
0.1.0-rc.0 | 402 | 9/14/2018 |
0.1.0-pre9 | 623 | 8/31/2018 |
0.1.0-pre8.2 | 388 | 8/26/2018 |
0.1.0-pre8.1 | 382 | 8/26/2018 |
0.1.0-pre8 | 611 | 8/26/2018 |
0.1.0-pre7 | 704 | 8/16/2018 |
0.1.0-pre6 | 705 | 8/8/2018 |
0.1.0-pre5 | 690 | 7/27/2018 |
0.1.0-pre4 | 709 | 7/20/2018 |
0.1.0-pre3 | 711 | 7/17/2018 |
0.1.0-pre2 | 814 | 7/14/2018 |
0.1.0-pre10 | 654 | 9/6/2018 |
0.1.0-pre1 | 741 | 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