Skip to content

Commit

Permalink
Merge pull request #10996 from workgroupengineering/fixes/Invalid-Char
Browse files Browse the repository at this point in the history
fix: Invisible invalid char
  • Loading branch information
jeromelaban authored Jan 19, 2023
2 parents a9e2753 + c722537 commit 38b87e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uno.UI/UI/Xaml/Documents/Inline.skia.cs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ SKTypeface GetDefaultTypeFace()
else if (XamlFilePathHelper.TryGetMsAppxAssetPath(name, out var path))
{
var filePath = global::System.IO.Path.Combine(
Windows.Application­Model.Package.Current.Installed­Location.Path
Windows.ApplicationModel.Package.Current.InstalledLocation.Path
, path.Replace('/', global::System.IO.Path.DirectorySeparatorChar));

// SKTypeface.FromFile may return null if the file is not found (SkiaSharp is not yet nullable attributed)
Expand Down

0 comments on commit 38b87e6

Please sign in to comment.