Class: FontWeightItem
Font weight of the text
URI: vega_scverse:FontWeightItem
classDiagram
class FontWeightItem
click FontWeightItem href "../FontWeightItem"
FontWeightItem : value
FontWeightItem --> "1" FontWeightEnum : value
click FontWeightEnum href "../FontWeightEnum"
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
value | 1 FontWeightEnum |
The font weight value | direct |
Usages
used by | used in | type | used |
---|---|---|---|
TextEncodeEnter | fontWeight | range | FontWeightItem |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/scverse/vega-scverse/specification
Mappings
Mapping Type | Mapped Value |
---|---|
self | vega_scverse:FontWeightItem |
native | vega_scverse:FontWeightItem |
LinkML Source
Direct
name: FontWeightItem
description: Font weight of the text
from_schema: https://w3id.org/scverse/vega-scverse/specification
attributes:
value:
name: value
description: The font weight value.
from_schema: https://w3id.org/scverse/vega-scverse/marks
domain_of:
- PositionItem
- TextItem
- baselineItem
- FontItem
- FontSizeItem
- FontWeightItem
- FontStyleItem
- RGBHexItem
- CircleShape
range: FontWeightEnum
required: true
Induced
name: FontWeightItem
description: Font weight of the text
from_schema: https://w3id.org/scverse/vega-scverse/specification
attributes:
value:
name: value
description: The font weight value.
from_schema: https://w3id.org/scverse/vega-scverse/marks
alias: value
owner: FontWeightItem
domain_of:
- PositionItem
- TextItem
- baselineItem
- FontItem
- FontSizeItem
- FontWeightItem
- FontStyleItem
- RGBHexItem
- CircleShape
range: FontWeightEnum
required: true