Skip to content

Class: FontItem

The name of the font to be used.

URI: vega_scverse:FontItem

classDiagram class FontItem click FontItem href "../FontItem" FontItem : value

Slots

Name Cardinality and Range Description Inheritance
value 1
String
The value for font name direct

Usages

used by used in type used
TextEncodeEnter font range FontItem

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/scverse/vega-scverse/specification

Mappings

Mapping Type Mapped Value
self vega_scverse:FontItem
native vega_scverse:FontItem

LinkML Source

Direct

name: FontItem
description: The  name of the font to be used.
from_schema: https://w3id.org/scverse/vega-scverse/specification
attributes:
  value:
    name: value
    description: The value for font name.
    from_schema: https://w3id.org/scverse/vega-scverse/marks
    domain_of:
    - PositionItem
    - TextItem
    - baselineItem
    - FontItem
    - FontSizeItem
    - FontWeightItem
    - FontStyleItem
    - RGBHexItem
    - CircleShape
    range: string
    required: true

Induced

name: FontItem
description: The  name of the font to be used.
from_schema: https://w3id.org/scverse/vega-scverse/specification
attributes:
  value:
    name: value
    description: The value for font name.
    from_schema: https://w3id.org/scverse/vega-scverse/marks
    alias: value
    owner: FontItem
    domain_of:
    - PositionItem
    - TextItem
    - baselineItem
    - FontItem
    - FontSizeItem
    - FontWeightItem
    - FontStyleItem
    - RGBHexItem
    - CircleShape
    range: string
    required: true