зеркало из https://github.com/AvaloniaUI/Avalonia.git
16 строки
410 B
C#
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,
|
|
}
|
|
}
|