Avalonia/Perspex.SceneGraph/Media/FontStyle.cs

16 строки
410 B
C#

// -----------------------------------------------------------------------
// <copyright file="FontStyle.cs" company="Steven Kirk">
// Copyright 2014 MIT Licence. See licence.md for more information.
// </copyright>
// -----------------------------------------------------------------------
namespace Perspex.Media
{
public enum FontStyle
{
Normal,
Oblique,
Italic,
}
}