Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsitency in greater-than preceded by dots #768

Closed
akarzim opened this issue Dec 6, 2020 · 1 comment
Closed

Inconsitency in greater-than preceded by dots #768

akarzim opened this issue Dec 6, 2020 · 1 comment

Comments

@akarzim
Copy link
Contributor

akarzim commented Dec 6, 2020

There is inconcistency when greater-than is preceded by dots.

image

In Ruby, when displaying a self-referencing object, the syntax #<Object:0x703b7115 ...> may appear. In this case, the dots mean a horizontal ellipse, but middle aligned dots would also be acceptable IMHO.

image


  • Your font version: 4.0.1

  • Your font variant: term + dlig

  • Your operating system (name and version): macOS Big Sur version 11.0.1

  • Your application using Iosevka: iTerm / Vim

  • Your private-build-plans.toml, if present:

[buildPlans.iosevka-custom]
family = "Iosevka Custom"
spacing = "term"
serifs = "sans"

  [buildPlans.iosevka-custom.ligations]
  inherits = "dlig"
@be5invis
Copy link
Owner

be5invis commented Dec 6, 2020

Same cause as #548, Apple have problem when dealing with reverse lookups.
dlig treats . as operator so centering is expected.

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

No branches or pull requests

2 participants