Raxol.Terminal.Commands.OSCHandlers.FontParser (Raxol v0.5.0)
View SourceHandles parsing of font-related OSC commands.
Summary
Functions
Parses a font command string into a tuple of {family, size, style}.
Functions
@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}.