UIFontWeight Enum
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Menghitung bobot font.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIFontWeight
type UIFontWeight =
- Warisan
-
UIFontWeight
- Atribut
Bidang
Black | 8 | |
Bold | 6 | Berat yang tebal. |
Heavy | 7 | Berat. |
Light | 2 | Sebuah ringan. |
Medium | 4 | Berat sedang. |
Regular | 3 | Berat font reguler. |
Semibold | 5 | Berat semibold. |
Thin | 1 | Berat tipis. |
UltraLight | 0 | Beratnya sangat ringan. |