This website requires JavaScript.
Explore
Help
Sign In
ReFuel
/
Dashboard
Watch
1
Star
0
Fork
0
You've already forked Dashboard
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
470475092a
Dashboard
/
Quik
/
Media
/
Font
/
FontSlant.cs
9 lines
133 B
C#
Raw
Normal View
History
Unescape
Escape
Rename namespace to Dashboard.
2024-07-17 22:18:20 +02:00
namespace
Dashboard.Media.Font
Add new font search criterea.
2024-04-28 12:45:46 +02:00
{
public
enum
FontSlant
{
Normal
=
0
,
Italic
=
1
,
Oblique
=
2
,
}
}
Reference in New Issue
Copy Permalink