Skip to content

emojis don't display despite emoji font providedΒ #243

Description

@Axlefublr

termframe -o file.svg -- echo hellow!😒
Image
I override the font family with:

[font]
family = [
  "Input Mono",
  "JetBrainsMono Nerd Font",
  "Twemoji",
]
size = 16

so, I provide it the font to use for the emoji; it just doesn't use it. that's considering that it does use the Input Mono font as expected
the issue happens even if I don't touch the default font family, unsurprisingly

and also, regardless of if I change the config or not, termframe allegedly cannot find any single character, despite displaying the text in Input Mono and overall working

[2025-09-15T08:32:55.738Z WARN  termframe::render::svg] font not found for character h  ('h')
[2025-09-15T08:32:55.738Z WARN  termframe::render::svg] font not found for character e  ('e')
[2025-09-15T08:32:55.738Z WARN  termframe::render::svg] font not found for character l  ('l')
[2025-09-15T08:32:55.738Z WARN  termframe::render::svg] font not found for character o  ('o')
[2025-09-15T08:32:55.738Z WARN  termframe::render::svg] font not found for character w  ('w')
[2025-09-15T08:32:55.738Z WARN  termframe::render::svg] font not found for character !  ('!')
[2025-09-15T08:32:55.738Z WARN  termframe::render::svg] font not found for character 😒  ('😒')

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions