16 lines
238 B
C#
16 lines
238 B
C#
namespace Wino.Domain.Enums
|
|
{
|
|
public enum ReaderFont
|
|
{
|
|
Arial,
|
|
TimesNewRoman,
|
|
Verdana,
|
|
Tahoma,
|
|
CourierNew,
|
|
Georgia,
|
|
TrebuchetMS,
|
|
Calibri,
|
|
Helvetica
|
|
}
|
|
}
|