Add black font weighting

This commit is contained in:
smoogipoo 2020-03-17 17:16:10 +09:00
parent 5e3668b2ea
commit e56d0f2eea
1 changed files with 5 additions and 0 deletions

View File

@ -136,5 +136,10 @@ public enum FontWeight
/// Equivalent to weight 700.
/// </summary>
Bold = 700,
/// <summary>
/// Equivalent to weight 900.
/// </summary>
Black = 900
}
}