mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 19:03:08 +08:00
Add black font weighting
This commit is contained in:
parent
5e3668b2ea
commit
e56d0f2eea
@ -136,5 +136,10 @@ namespace osu.Game.Graphics
|
|||||||
/// Equivalent to weight 700.
|
/// Equivalent to weight 700.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
Bold = 700,
|
Bold = 700,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Equivalent to weight 900.
|
||||||
|
/// </summary>
|
||||||
|
Black = 900
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user