0xType / 0xProto

A programming font focused on source code legibility
SIL Open Font License 1.1
1.65k stars 13 forks source link

[Glyph request] Triple question marks (???) #56

Closed pknn closed 10 months ago

pknn commented 10 months ago

Glyph request

Type

Triple question marks - ???

Usage

We use triple question marks ??? in Scala language to indicate thing that has yet to be implemented (often to focus only on the function composition and such)

How it looks now

Example

matype commented 10 months ago

@pknn Good catch :+1:

I didn't know Scala had such a syntax. ??? is not an operator, so it should not be ligatured, and when ??? is in a sequence, ?? should be unligatured. I will fix this in the next patch update!

pknn commented 10 months ago

??? is not an operator, so it should not be ligatured, and when ??? is in a sequence, ?? should be unligatured.

Makes more sense to me. Thank you so much 🙏🏻

matype commented 10 months ago

Just dropped v1.601! Make sure to update to it.

pknn commented 10 months ago

That was fast! Thanks 🙇🏻