Exemple #1
0
 public static FontStretch FromWinUIFontStretch(global::Windows.UI.Text.FontStretch fontStretch) =>
 (FontStretch)fontStretch.ToOpenTypeStretch();
Exemple #2
0
 /// <summary></summary>
 public global::Microsoft.Graphics.Canvas.Text.CanvasFontSet GetMatchingFontsFromProperties(global::System.String familyName, global::Windows.UI.Text.FontWeight weight, global::Windows.UI.Text.FontStretch stretch, global::Windows.UI.Text.FontStyle style)
 {
     throw new System.NotImplementedException();
 }