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,852 | 5/5/2021 |
0.5.0 | 431 | 4/20/2021 |
0.5.0-beta | 4,925 | 11/1/2020 |
0.5.0-alpha4 | 5,199 | 8/3/2020 |
0.5.0-alpha3 | 324 | 8/3/2020 |
0.5.0-alpha2.2 | 183 | 8/3/2020 |
0.4.2 | 9,791 | 4/15/2020 |
0.4.1 | 429 | 4/14/2020 |
0.4.0 | 3,201 | 4/10/2020 |
0.4.0-beta | 456 | 4/3/2020 |
0.4.0-alpha | 348 | 3/18/2020 |
0.3.0 | 1,051 | 12/19/2019 |
0.3.0-beta3 | 653 | 11/8/2019 |
0.3.0-beta2 | 394 | 11/4/2019 |
0.3.0-beta | 489 | 9/8/2019 |
0.3.0-alpha | 458 | 8/23/2019 |
0.2.0 | 2,267 | 1/22/2019 |
0.2.0-beta1 | 626 | 1/5/2019 |
0.2.0-alpha3 | 611 | 11/24/2018 |
0.2.0-alpha2 | 535 | 11/17/2018 |
0.2.0-alpha | 553 | 11/6/2018 |
0.1.5 | 661 | 1/1/2019 |
0.1.4 | 639 | 12/5/2018 |
0.1.3 | 616 | 11/11/2018 |
0.1.2 | 702 | 10/21/2018 |
0.1.1 | 649 | 10/13/2018 |
0.1.0 | 666 | 10/6/2018 |
0.1.0-rc.3 | 1,136 | 10/1/2018 |
0.1.0-rc.2 | 387 | 9/21/2018 |
0.1.0-rc.1 | 384 | 9/19/2018 |
0.1.0-rc.0 | 404 | 9/14/2018 |
0.1.0-pre9 | 625 | 8/31/2018 |
0.1.0-pre8.2 | 390 | 8/26/2018 |
0.1.0-pre8.1 | 384 | 8/26/2018 |
0.1.0-pre8 | 613 | 8/26/2018 |
0.1.0-pre7 | 706 | 8/16/2018 |
0.1.0-pre6 | 706 | 8/8/2018 |
0.1.0-pre5 | 691 | 7/27/2018 |
0.1.0-pre4 | 710 | 7/20/2018 |
0.1.0-pre3 | 712 | 7/17/2018 |
0.1.0-pre2 | 815 | 7/14/2018 |
0.1.0-pre10 | 656 | 9/6/2018 |
0.1.0-pre1 | 742 | 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