Enum LabelWeight
How bold marker label text appears, using web-weight names.
public enum LabelWeight
Fields
Bold = 2Heaviest stroke, the heading default.
Normal = 0Regular stroke, the body-text default.
SemiBold = 1Heavier than Normal, lighter than Bold.
Remarks
Rendered as an SDF threshold shift so any font face supports all weights without extra atlases. Bitmap fallback ignores weight.