Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Happypig375 committed Nov 11, 2018
1 parent 0ef9dc6 commit 237dd00
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 27 deletions.
8 changes: 4 additions & 4 deletions CSharpMath.Forms/CSharpMath.Forms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>latest</LangVersion>
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">true</GeneratePackageOnBuild>
<PackageVersion>0.1.2</PackageVersion>
<PackageVersion>0.1.3</PackageVersion>
<Authors>CSharpMath Contributors (verybadcat, Happypig375, charlesroddie, FoggyFinder)</Authors>
<PackageReleaseNotes>The 0.1.2 SkiaSharp Update fixes \par-style spaces not being accounted for line width, and renames CSharpMath.Display.IMathFont to CSharpMath.Display.IFont.</PackageReleaseNotes>
<PackageReleaseNotes>The 0.1.3 SkiaSharp Update fixes the incorrectly calculated descent of large operators' lower limits.</PackageReleaseNotes>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/verybadcat/CSharpMath.git</RepositoryUrl>
<RepositoryBranch>master</RepositoryBranch>
<RepositoryCommit>6a873e77e625511ac428fe6e6e91897c7ac58778</RepositoryCommit>
<RepositoryCommit>0ef9dc610592f064c3e8d22b8ea345170125e2e1</RepositoryCommit>
<PackageProjectUrl>https://github.com/verybadcat/CSharpMath</PackageProjectUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseUrl>https://github.com/verybadcat/CSharpMath/blob/master/LICENSE</PackageLicenseUrl>
<PackageIconUrl>https://raw.githubusercontent.com/verybadcat/CSharpMath/master/Icon.png</PackageIconUrl>
<Copyright>CSharpMath Contributors 2018</Copyright>
<Copyright>© CSharpMath Contributors 2018</Copyright>
<PackageId>CSharpMath.Forms</PackageId>
<Title>CSharpMath.Forms</Title>
<Description>The Xamarin.Forms front end for CSharpMath.</Description>
Expand Down
8 changes: 4 additions & 4 deletions CSharpMath.Ios/CSharpMath.Ios.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@
<NuGetPackageImportStamp></NuGetPackageImportStamp>
<PackOnBuild>true</PackOnBuild>
<PackageId>CSharpMath.Ios</PackageId>
<PackageVersion>0.1.2</PackageVersion>
<PackageVersion>0.1.3</PackageVersion>
<Authors>CSharpMath Contributors (verybadcat, Happypig375, charlesroddie, FoggyFinder)</Authors>
<NeutralLanguage>en</NeutralLanguage>
<PackageLicenseUrl>https://github.com/verybadcat/CSharpMath/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/verybadcat/CSharpMath</PackageProjectUrl>
<PackageReleaseNotes>The 0.1.2 SkiaSharp Update fixes \par-style spaces not being accounted for line width, and renames CSharpMath.Display.IMathFont to CSharpMath.Display.IFont.</PackageReleaseNotes>
<PackageReleaseNotes>The 0.1.3 SkiaSharp Update fixes the incorrectly calculated descent of large operators' lower limits.</PackageReleaseNotes>
<PackageTags>math;mathematics;mathematical;formula;equation;equations;expression;tex;latex;render;rendering;display;ios;xamarin</PackageTags>
<Title>CSharpMath.Ios</Title>
<Description>The iOS front end for CSharpMath.</Description>
<Copyright>CSharpMath Contributors 2018</Copyright>
<Copyright>© CSharpMath Contributors 2018</Copyright>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/verybadcat/CSharpMath.git</RepositoryUrl>
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">true</GeneratePackageOnBuild>
<RepositoryBranch>master</RepositoryBranch>
<RepositoryCommit>6a873e77e625511ac428fe6e6e91897c7ac58778</RepositoryCommit>
<RepositoryCommit>0ef9dc610592f064c3e8d22b8ea345170125e2e1</RepositoryCommit>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageIconUrl>https://raw.githubusercontent.com/verybadcat/CSharpMath/master/Icon.png</PackageIconUrl>
</PropertyGroup>
Expand Down
8 changes: 4 additions & 4 deletions CSharpMath.Rendering/CSharpMath.Rendering.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@
<!--NuGet Properties-->
<PackOnBuild>true</PackOnBuild>
<PackageId>CSharpMath.Rendering</PackageId>
<PackageVersion>0.1.2</PackageVersion>
<PackageVersion>0.1.3</PackageVersion>
<Authors>CSharpMath Contributors (verybadcat, Happypig375, charlesroddie, FoggyFinder)</Authors>
<PackageLicenseUrl>https://github.com/verybadcat/CSharpMath/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/verybadcat/CSharpMath</PackageProjectUrl>
<PackageReleaseNotes>The 0.1.2 SkiaSharp Update fixes \par-style spaces not being accounted for line width, and renames CSharpMath.Display.IMathFont to CSharpMath.Display.IFont.</PackageReleaseNotes>
<PackageReleaseNotes>The 0.1.3 SkiaSharp Update fixes the incorrectly calculated descent of large operators' lower limits.</PackageReleaseNotes>
<PackageTags>math;mathematics;mathematical;formula;equation;equations;expression;tex;latex;render;rendering;display</PackageTags>
<Title>CSharpMath.Rendering</Title>
<Description>Rendering interface fror CSharpMath using the Typography library.</Description>
<RepositoryType>git</RepositoryType>
<Copyright>CSharpMath Contributors 2018</Copyright>
<Copyright>© CSharpMath Contributors 2018</Copyright>
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">true</GeneratePackageOnBuild>
<RepositoryUrl>https://github.com/verybadcat/CSharpMath.git</RepositoryUrl>
<RepositoryBranch>master</RepositoryBranch>
<RepositoryCommit>6a873e77e625511ac428fe6e6e91897c7ac58778</RepositoryCommit>
<RepositoryCommit>0ef9dc610592f064c3e8d22b8ea345170125e2e1</RepositoryCommit>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageIconUrl>https://raw.githubusercontent.com/verybadcat/CSharpMath/master/Icon.png</PackageIconUrl>
</PropertyGroup>
Expand Down
8 changes: 4 additions & 4 deletions CSharpMath.SkiaSharp/CSharpMath.SkiaSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
<TargetFramework>netstandard1.3</TargetFramework>
<LangVersion>latest</LangVersion>
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">true</GeneratePackageOnBuild>
<PackageVersion>0.1.2</PackageVersion>
<PackageVersion>0.1.3</PackageVersion>
<Authors>CSharpMath Contributors (verybadcat, Happypig375, charlesroddie, FoggyFinder)</Authors>
<PackageReleaseNotes>The 0.1.2 SkiaSharp Update fixes \par-style spaces not being accounted for line width, and renames CSharpMath.Display.IMathFont to CSharpMath.Display.IFont.</PackageReleaseNotes>
<PackageReleaseNotes>The 0.1.3 SkiaSharp Update fixes the incorrectly calculated descent of large operators' lower limits.</PackageReleaseNotes>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/verybadcat/CSharpMath.git</RepositoryUrl>
<RepositoryBranch>master</RepositoryBranch>
<RepositoryCommit>6a873e77e625511ac428fe6e6e91897c7ac58778</RepositoryCommit>
<RepositoryCommit>0ef9dc610592f064c3e8d22b8ea345170125e2e1</RepositoryCommit>
<PackageProjectUrl>https://github.com/verybadcat/CSharpMath</PackageProjectUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseUrl>https://github.com/verybadcat/CSharpMath/blob/master/LICENSE</PackageLicenseUrl>
<PackageIconUrl>https://raw.githubusercontent.com/verybadcat/CSharpMath/master/Icon.png</PackageIconUrl>
<Copyright>CSharpMath Contributors 2018</Copyright>
<Copyright>© CSharpMath Contributors 2018</Copyright>
<PackageId>CSharpMath.SkiaSharp</PackageId>
<Title>CSharpMath.SkiaSharp</Title>
<Description>The SkiaSharp front end for CSharpMath.</Description>
Expand Down
8 changes: 4 additions & 4 deletions CSharpMath.Utils.NuGet/ReleaseData.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<ReleaseData>
<_Global->
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">true</GeneratePackageOnBuild>
<PackageVersion>0.1.2</PackageVersion>
<PackageVersion>0.1.3</PackageVersion>
<Authors>CSharpMath Contributors (verybadcat, Happypig375, charlesroddie, FoggyFinder)</Authors>
<PackageReleaseNotes>The 0.1.2 SkiaSharp Update fixes \par-style spaces not being accounted for line width, and renames CSharpMath.Display.IMathFont to CSharpMath.Display.IFont.</PackageReleaseNotes>
<PackageReleaseNotes>The 0.1.3 SkiaSharp Update fixes the incorrectly calculated descent of large operators' lower limits.</PackageReleaseNotes>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/verybadcat/CSharpMath.git</RepositoryUrl>
<RepositoryBranch>master</RepositoryBranch>
<RepositoryCommit>6a873e77e625511ac428fe6e6e91897c7ac58778</RepositoryCommit>
<RepositoryCommit>0ef9dc610592f064c3e8d22b8ea345170125e2e1</RepositoryCommit>
<PackageProjectUrl>https://github.com/verybadcat/CSharpMath</PackageProjectUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseUrl>https://github.com/verybadcat/CSharpMath/blob/master/LICENSE</PackageLicenseUrl>
<PackageIconUrl>https://raw.githubusercontent.com/verybadcat/CSharpMath/master/Icon.png</PackageIconUrl>
<Copyright>CSharpMath Contributors 2018</Copyright>
<Copyright>© CSharpMath Contributors 2018</Copyright>
<PackageTags>math;mathematics;mathematical;formula;equation;equations;expression;tex;latex;render;rendering;display</PackageTags>
</_Global->
<_Template->
Expand Down
8 changes: 4 additions & 4 deletions CSharpMath/CSharpMath.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">true</GeneratePackageOnBuild>
<Authors>CSharpMath Contributors (verybadcat, Happypig375, charlesroddie, FoggyFinder)</Authors>
<Description>C# LaTeX math rendering engine core. Can display beautiful math equations and symbols. Needs a front end to function. Currently, front ends exist for iOS, SkiaSharp and Xamarin.Forms.</Description>
<PackageReleaseNotes>The 0.1.2 SkiaSharp Update fixes \par-style spaces not being accounted for line width, and renames CSharpMath.Display.IMathFont to CSharpMath.Display.IFont.</PackageReleaseNotes>
<PackageReleaseNotes>The 0.1.3 SkiaSharp Update fixes the incorrectly calculated descent of large operators' lower limits.</PackageReleaseNotes>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/verybadcat/CSharpMath.git</RepositoryUrl>
<PackageProjectUrl>https://github.com/verybadcat/CSharpMath</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/verybadcat/CSharpMath/blob/master/LICENSE</PackageLicenseUrl>
<Copyright>CSharpMath Contributors 2018</Copyright>
<Copyright>© CSharpMath Contributors 2018</Copyright>
<PackageTags>math;mathematics;mathematical;formula;equation;equations;expression;tex;latex;render;rendering;display</PackageTags>
<PackageVersion>0.1.2</PackageVersion>
<PackageVersion>0.1.3</PackageVersion>
<RepositoryBranch>master</RepositoryBranch>
<RepositoryCommit>6a873e77e625511ac428fe6e6e91897c7ac58778</RepositoryCommit>
<RepositoryCommit>0ef9dc610592f064c3e8d22b8ea345170125e2e1</RepositoryCommit>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageIconUrl>https://raw.githubusercontent.com/verybadcat/CSharpMath/master/Icon.png</PackageIconUrl>
<PackageId>CSharpMath</PackageId>
Expand Down
5 changes: 2 additions & 3 deletions CSharpMath/Display/LargeOpLimitsDisplay.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Text;
Expand Down Expand Up @@ -63,12 +63,11 @@ public float Descent {
if (LowerLimit == null) {
return _nucleusDisplay.Descent;
}
return _nucleusDisplay.Descent + _extraPadding + LowerLimit.Descent
return _nucleusDisplay.Descent + _extraPadding + LowerLimit.Ascent
+ _lowerLimitGap + LowerLimit.Descent;
}
}


public float Width { get; set; }

public Range Range {
Expand Down

0 comments on commit 237dd00

Please sign in to comment.