Enum FontWeight
Font weight constants.
Namespace: VisioForge.Core.Types.X.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public enum FontWeight
Fields
Name | Description |
---|---|
Bold | The bold weight. |
Book | The book weight. |
Heavy | The heavy weight. |
Light | The light weight. |
Medium | The normal weight. |
Normal | The default weight. |
SemiBold | The semibold weight. |
SemiLight | The semilight weight. |
Thin | The thin weight. |
UltraBold | The ultrabold weight. |
UltraHeavy | The ultraheavy weight. |
UltraLight | The ultralight weight. |