Home / Type/ FontStyle Type — supabase Architecture

FontStyle Type — supabase Architecture

Architecture documentation for the FontStyle type/interface in CodeBlock.utils.ts from the supabase codebase.

Entity Profile

Source Code

apps/docs/features/ui/CodeBlock/CodeBlock.utils.ts lines 6–12

enum FontStyle {
  NotSet = -1,
  None = 0,
  Italic = 1,
  Bold = 2,
  Underline = 4,
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free