Table of Contents

Enum LabelWeight

Namespace
LansMap.Core.Labels

How bold marker label text appears, using web-weight names.

public enum LabelWeight

Fields

Bold = 2

Heaviest stroke, the heading default.

Normal = 0

Regular stroke, the body-text default.

SemiBold = 1

Heavier 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.