Glypht
  • Documentation
  • Discussions
  • GitHub
Navigation
  • Documentation
    • @glypht/bundler-utils
      • NodeType
      • CSSSpan
      • CSSOutput
      • FeatureMetadata
      • FamilyInfo
      • SubsetAxisSetting
      • ExportedFont
      • CharacterSetSettings
      • FamilySubsetSettings
      • FamilySettings
      • ExportFontsSettings
      • featureMetadata
      • sortFontsIntoFamilies
      • exportedFontsToCSS
      • exportFonts
      • parseUnicodeRanges
      • parseRanges
      • formatUnicodeRanges
    • @glypht/cli
      • GlyphtConfig
      • build
    • @glypht/core
      • AxisValueFormat
      • AxisValueFlags
      • WoffCompressionContext
      • GlyphtContext
      • CompressOptions
      • DecompressOptions
      • LoadFontsOptions
      • AxisInfo
      • SubsetAxisInfo
      • StyleValue
      • FeatureInfo
      • NamedInstance
      • StyleKey
      • StyleValues
      • SfntVersion
      • DesignAxisRecord
      • AxisValueSingle
      • AxisValueRange
      • AxisValueLinked
      • AxisValueMultiple
      • AxisValue
      • StyleAttributes
      • SubsettedFont
      • SubsetInfo
      • SubsetAxisSetting
      • SubsetSettings
      • FontRef
      • SubsetName
      • SUBSET_NAMES
    • Comparison with other tools
    • Web app

NodeType

The type of a single CSS token. Can be used for syntax highlighting.

  • Defined in css.ts:14
Index

Enumeration Members

Whitespace DefinitionKeyword OperatorKeyword Keyword PropertyName Paren Brace Punctuation String Number Separator

Enumeration Members

Whitespace

Whitespace: 0
  • Defined in css.ts:15

DefinitionKeyword

DefinitionKeyword: 1
  • Defined in css.ts:16

OperatorKeyword

OperatorKeyword: 2
  • Defined in css.ts:17

Keyword

Keyword: 3
  • Defined in css.ts:18

PropertyName

PropertyName: 4
  • Defined in css.ts:19

Paren

Paren: 5
  • Defined in css.ts:20

Brace

Brace: 6
  • Defined in css.ts:21

Punctuation

Punctuation: 7
  • Defined in css.ts:22

String

String: 8
  • Defined in css.ts:23

Number

Number: 9
  • Defined in css.ts:24

Separator

Separator: 10
  • Defined in css.ts:25