Skip to content

Instantly share code, notes, and snippets.

View nkalvi's full-sized avatar

nkalvi

  • MI, USA
  • 05:41 (UTC -04:00)
View GitHub Profile
@nkalvi
nkalvi / HighlightedText_TextRenderingApp.swift
Created January 4, 2025 19:11
Using TextRenderer to create highlighted text
//
// HighlightedText_TextRenderingApp.swift
//
// Based on: https://alexanderweiss.dev/blog/2024-06-24-using-textrenderer-to-create-highlighted-text
// 2025-01-04
import SwiftUI
@main
struct HighlightedText_TextRenderingApp: App {