mirror of
https://github.com/ppy/osu
synced 2024-12-26 00:32:52 +00:00
Apply suggestions from code review
Co-Authored-By: Dan Balasescu <smoogipoo@smgi.me>
This commit is contained in:
parent
75968fb4ba
commit
e9b0770f64
@ -109,27 +109,27 @@ namespace osu.Game.Graphics
|
||||
Light = 300,
|
||||
|
||||
/// <summary>
|
||||
/// equivalent to weight 400
|
||||
/// Equivalent to weight 400.
|
||||
/// </summary>
|
||||
Regular = 400,
|
||||
|
||||
/// <summary>
|
||||
/// equivalent to weight 500
|
||||
/// Equivalent to weight 500.
|
||||
/// </summary>
|
||||
Medium = 500,
|
||||
|
||||
/// <summary>
|
||||
/// equivalent to weight 600
|
||||
/// Equivalent to weight 600.
|
||||
/// </summary>
|
||||
SemiBold = 600,
|
||||
|
||||
/// <summary>
|
||||
/// equivalent to weight 700
|
||||
/// Equivalent to weight 700.
|
||||
/// </summary>
|
||||
Bold = 700,
|
||||
|
||||
/// <summary>
|
||||
/// equivalent to weight 900
|
||||
/// Equivalent to weight 900.
|
||||
/// </summary>
|
||||
Black = 900
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user