Merge pull request 'sestring-font-fix' (#95) from sestring-font-fix into 2.0.0
Reviewed-on: #95
This commit was merged in pull request #95.
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="9.0.3" />
|
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="9.0.3" />
|
||||||
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="9.0.3" />
|
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="9.0.3" />
|
||||||
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.3" />
|
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.3" />
|
||||||
<PackageReference Include="Glamourer.Api" Version="2.6.0" />
|
<PackageReference Include="Glamourer.Api" Version="2.7.0" />
|
||||||
<PackageReference Include="NReco.Logging.File" Version="1.2.2" />
|
<PackageReference Include="NReco.Logging.File" Version="1.2.2" />
|
||||||
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.11" />
|
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.11" />
|
||||||
<PackageReference Include="SonarAnalyzer.CSharp" Version="10.7.0.110445">
|
<PackageReference Include="SonarAnalyzer.CSharp" Version="10.7.0.110445">
|
||||||
|
|||||||
@@ -626,6 +626,7 @@ public static class SeStringUtils
|
|||||||
var measureParams = new SeStringDrawParams
|
var measureParams = new SeStringDrawParams
|
||||||
{
|
{
|
||||||
Font = usedFont,
|
Font = usedFont,
|
||||||
|
FontSize = usedFont.FontSize,
|
||||||
Color = 0xFFFFFFFF,
|
Color = 0xFFFFFFFF,
|
||||||
WrapWidth = float.MaxValue
|
WrapWidth = float.MaxValue
|
||||||
};
|
};
|
||||||
@@ -647,6 +648,7 @@ public static class SeStringUtils
|
|||||||
var drawParams = new SeStringDrawParams
|
var drawParams = new SeStringDrawParams
|
||||||
{
|
{
|
||||||
Font = usedFont,
|
Font = usedFont,
|
||||||
|
FontSize = usedFont.FontSize,
|
||||||
Color = 0xFFFFFFFF,
|
Color = 0xFFFFFFFF,
|
||||||
WrapWidth = float.MaxValue,
|
WrapWidth = float.MaxValue,
|
||||||
TargetDrawList = drawList,
|
TargetDrawList = drawList,
|
||||||
|
|||||||
@@ -31,9 +31,9 @@
|
|||||||
},
|
},
|
||||||
"Glamourer.Api": {
|
"Glamourer.Api": {
|
||||||
"type": "Direct",
|
"type": "Direct",
|
||||||
"requested": "[2.6.0, )",
|
"requested": "[2.7.0, )",
|
||||||
"resolved": "2.6.0",
|
"resolved": "2.7.0",
|
||||||
"contentHash": "zysCZgNBRm3k3qvibyw/31MmEckX0Uh0ZsT+Sax3ZHnYIRELr9Qhbz3cjJz7u0RHGIrNJiRpktu/LxgHEqDItw=="
|
"contentHash": "H4yRNEhdSQ+YkZlnE7qRM67GaNieb9Xe9Vpj3rvHvcSB0eWgMF1nHqCvkBNb4L38AV4WyWTzwtXh6+Rv5GuVTw=="
|
||||||
},
|
},
|
||||||
"K4os.Compression.LZ4.Legacy": {
|
"K4os.Compression.LZ4.Legacy": {
|
||||||
"type": "Direct",
|
"type": "Direct",
|
||||||
@@ -139,6 +139,19 @@
|
|||||||
"resolved": "16.3.0",
|
"resolved": "16.3.0",
|
||||||
"contentHash": "SgMOdxbz8X65z8hraIs6hOEdnkH6hESTAIUa7viEngHOYaH+6q5XJmwr1+yb9vJpNQ19hCQY69xbFsLtXpobQA=="
|
"contentHash": "SgMOdxbz8X65z8hraIs6hOEdnkH6hESTAIUa7viEngHOYaH+6q5XJmwr1+yb9vJpNQ19hCQY69xbFsLtXpobQA=="
|
||||||
},
|
},
|
||||||
|
"BCnEncoder.Net": {
|
||||||
|
"type": "Transitive",
|
||||||
|
"resolved": "2.2.1",
|
||||||
|
"contentHash": "tI5+/OQo0kciLqWrViRjpOH+IL3FjexYnoWZajiGV41g/EM9CGbWsxsPzBDmpoxNkrV9uox/EtIhCIi9chBSFw==",
|
||||||
|
"dependencies": {
|
||||||
|
"CommunityToolkit.HighPerformance": "8.4.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"CommunityToolkit.HighPerformance": {
|
||||||
|
"type": "Transitive",
|
||||||
|
"resolved": "8.4.0",
|
||||||
|
"contentHash": "flxspiBs0G/0GMp7IK2J2ijV9bTG6hEwFc/z6ekHqB6nwRJ4Ry2yLdx+TkbCUYFCl4XhABkAwomeKbT6zM2Zlg=="
|
||||||
|
},
|
||||||
"FlatSharp.Compiler": {
|
"FlatSharp.Compiler": {
|
||||||
"type": "Transitive",
|
"type": "Transitive",
|
||||||
"resolved": "7.9.0",
|
"resolved": "7.9.0",
|
||||||
@@ -455,6 +468,11 @@
|
|||||||
"Microsoft.Extensions.Primitives": "9.0.3"
|
"Microsoft.Extensions.Primitives": "9.0.3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"Microsoft.Extensions.ObjectPool": {
|
||||||
|
"type": "Transitive",
|
||||||
|
"resolved": "10.0.0",
|
||||||
|
"contentHash": "bpeCq0IYmVLACyEUMzFIOQX+zZUElG1t+nu1lSxthe7B+1oNYking7b91305+jNB6iwojp9fqTY9O+Nh7ULQxg=="
|
||||||
|
},
|
||||||
"Microsoft.Extensions.Options": {
|
"Microsoft.Extensions.Options": {
|
||||||
"type": "Transitive",
|
"type": "Transitive",
|
||||||
"resolved": "9.0.3",
|
"resolved": "9.0.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user