adobe-fonts / adobe-fonts/source-code-pro

Glyph Support Request: U+2295 CIRCLED PLUS / U+2297 CIRCLED TIMES / U+208B SUBSCRIPT MINUS

Open
#265 2 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
CSS
Stars
20.4k
Forks
1.6k
PR merge metrics
No merged PRs in 30d

Description

In order to use this font for drawing diagrams of digital circuits, it would be great if you could add support for some glyphs:

| Codepoint | Usage |
| ------------------------ | ------------------------------- |
| `U+2295 CIRCLED PLUS` | XOR gate |
| `U+2297 CIRCLED TIMES` | AND gate |
| `U+208B SUBSCRIPT MINUS` | Indices (in this case for bits) |

## Example: LFSR diagram

### Vim (using Fira Code)

![Screenshot from 2021-02-19 14-36-38](https://user-images.githubusercontent.com/1834516/108511396-25e53e00-72c0-11eb-974a-7d74ad9f9b00.png)

### Rustdoc (using Source code Pro)
![Screenshot from 2021-02-19 14-32-38](https://user-images.githubusercontent.com/1834516/108511008-8cb62780-72bf-11eb-80be-edf3741b540b.png)

### Plain text version

This may also look broken depending on your browser font:

```
MSB LSB
┌─────┐ ┌───┐ ┌───┐ ┌───┐ ┌───┐
┌──▶│ sₐ₋₁├┬──▶ ... ─▶│ s₃├┬▶│ s₂├┬▶│ s₁├┬▶│ s₀├┬───▶ output bit
│ └─────┘│ └───┘│ └───┘│ └───┘│ └───┘│
│ ▼ ▼ ▼ ▼ ▼
│sₐ ⊗ ◀─pₐ₋₁ ⊗ ◀─p₃ ⊗ ◀─p₂ ⊗ ◀─p₁ ⊗ ◀─p₀
│ │ │ │ │ │
│ ▼ ▼ ▼ ▼ │
└─────────╴⊕ ◀─ ... ◀──────⊕ ◀────⊕ ◀────⊕ ◀────┘
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.