Example #1
0
 /// <summary>
 /// Creates a typography object for use in a text layout.
 /// </summary>
 /// <param name="factory">an instance of <see cref = "SharpDX.DirectWrite.Factory" /></param>
 /// <unmanaged>HRESULT IDWriteFactory::CreateTypography([Out] IDWriteTypography** typography)</unmanaged>
 public Typography(Factory factory)
 {
     factory.CreateTypography(this);
 }