File tree 4 files changed +14
-2
lines changed
4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11
11
xmlns : desktop =" http://schemas.microsoft.com/appx/manifest/desktop/windows10"
12
12
xmlns : desktop4 =" http://schemas.microsoft.com/appx/manifest/desktop/windows10/4"
13
13
IgnorableNamespaces =" mp uap uap3 uap4 uap5 uap6 uap11 rescap desktop desktop4" >
14
- <Identity Name =" 38833FF26BA1D.UnigramPreview" Publisher =" CN=D89C87B4-2758-402A-8F40-3571D00882AB" Version =" 11.8 .0.0" />
14
+ <Identity Name =" 38833FF26BA1D.UnigramPreview" Publisher =" CN=D89C87B4-2758-402A-8F40-3571D00882AB" Version =" 11.9 .0.0" />
15
15
<mp : PhoneIdentity PhoneProductId =" bf16cc61-265a-4c8a-9ead-f4f77e6a0a97" PhonePublisherId =" 00000000-0000-0000-0000-000000000000" />
16
16
<Properties >
17
17
<DisplayName >Unigram—Telegram for Windows</DisplayName >
Original file line number Diff line number Diff line change 11
11
xmlns : desktop =" http://schemas.microsoft.com/appx/manifest/desktop/windows10"
12
12
xmlns : desktop4 =" http://schemas.microsoft.com/appx/manifest/desktop/windows10/4"
13
13
IgnorableNamespaces =" mp uap uap3 uap4 uap5 uap6 uap11 rescap desktop desktop4" >
14
- <Identity Name =" 38833FF26BA1D.UnigramExperimental" Publisher =" CN=D89C87B4-2758-402A-8F40-3571D00882AB" Version =" 11.8 .0.10781" />
14
+ <Identity Name =" 38833FF26BA1D.UnigramExperimental" Publisher =" CN=D89C87B4-2758-402A-8F40-3571D00882AB" Version =" 11.9 .0.10781" />
15
15
<mp : PhoneIdentity PhoneProductId =" bf16cc61-265a-4c8a-9ead-f4f77e6a0a97" PhonePublisherId =" 00000000-0000-0000-0000-000000000000" />
16
16
<Properties >
17
17
<DisplayName >Unigram Experimental</DisplayName >
Original file line number Diff line number Diff line change @@ -7575,6 +7575,18 @@ public static void Dispose_stub(this Microsoft.Graphics.Canvas.Text.CanvasTextFo
7575
7575
throw new RuntimeException ( ex ) ;
7576
7576
}
7577
7577
}
7578
+ public static string [ ] GetSystemFontFamilies_stub ( )
7579
+ {
7580
+ try
7581
+ {
7582
+ return Microsoft . Graphics . Canvas . Text . CanvasTextFormat . GetSystemFontFamilies ( ) ;
7583
+ }
7584
+ catch ( Exception ex )
7585
+ {
7586
+ Logger . Error ( Environment . StackTrace ) ;
7587
+ throw new RuntimeException ( ex ) ;
7588
+ }
7589
+ }
7578
7590
}
7579
7591
public static class CanvasTextLayout_stub
7580
7592
{
You can’t perform that action at this time.
0 commit comments