Browse Source
Update src/Skia/Avalonia.Skia/SKTypefaceCollection.cs
Co-Authored-By: Gillibald <Gillibald@users.noreply.github.com>
pull/2162/head
danwalmsley
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Skia/Avalonia.Skia/SKTypefaceCollection.cs
|
|
|
@ -10,7 +10,7 @@ using Avalonia.Media; |
|
|
|
using SkiaSharp; |
|
|
|
|
|
|
|
namespace Avalonia.Skia |
|
|
|
{ |
|
|
|
{ |
|
|
|
internal class SKTypefaceCollection |
|
|
|
{ |
|
|
|
private readonly ConcurrentDictionary<string, ConcurrentDictionary<FontKey, SKTypeface>> _fontFamilies = |
|
|
|
|