this post was submitted on 21 Nov 2025
17 points (100.0% liked)

Godot

7281 readers
7 users here now

Welcome to the programming.dev Godot community!

This is a place where you can discuss about anything relating to the Godot game engine. Feel free to ask questions, post tutorials, show off your godot game, etc.

Make sure to follow the Godot CoC while chatting

We have a matrix room that can be used for chatting with other members of the community here

Links

Other Communities

Rules

We have a four strike system in this community where you get warned the first time you break a rule, then given a week ban, then given a year ban, then a permanent ban. Certain actions may bypass this and go straight to permanent ban if severe enough and done with malicious intent

Wormhole

!roguelikedev@programming.dev

Credits

founded 2 years ago
MODERATORS
 

Like how Half-life 2 (etc.?) used a font for weapon icons. I'm guessing TF2 and CSGO (smart way to easily use it wherever supports text). Though it's difficult finding info on this without info about basic text instead.

No-color unicode ( ๐Ÿ›  ) works everywhere, and can be made with Font Forge*, a bit clunky to me though. I wonder if newer node-based editors like Graphite/PixiEditor are better... or for (M)SDF fonts/textures.

I prefer textmesh** for the look... though color emojis ( ๐ŸŽˆ ) don't work with this (even with a vertex-color-as-albedo material, trying SVG emoji fonts). Plus FontForge doesn't handle color as far as I can see.

Label3D does support color, pixels instead of polygons (high scale or oversampling are options, but M.SignedDistance breaks color emojis). (also modulate_color_glyphs import setting seems to work in only 2D though)

* I've also tried Inkscape, didn't like how glyphs are created/managed (also, text width)

** I want a low-poly font anyway, though even smooth fonts look interesting with a high curve-step



Not strictly necessary (I'm already using Blender for simple models with vertex colors, and polygons+labels also work for 2D or 3D via canvas layer), but fonts are a more interesting workflow. Easier HUDs or text grid map maybe.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Aquila@sh.itjust.works 1 points 4 days ago