Raxol.Terminal.Commands.OSCHandlers.FontParser (Raxol v0.5.0)

View Source

Handles parsing of font-related OSC commands.

Summary

Functions

Parses a font command string into a tuple of {family, size, style}.

Functions

parse(data)

@spec parse(String.t()) ::
  {:query, nil}
  | {:set, String.t(), pos_integer() | nil, String.t() | nil}
  | {:error, term()}

Parses a font command string into a tuple of {family, size, style}.