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

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

未關閉
#265 2 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
enhancement
主要語言
CSS
星號
20.4k
分支
1.6k
PR 合併指標
30 天內沒有已合併 PR

描述

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₀
│ │ │ │ │ │
│ ▼ ▼ ▼ ▼ │
└─────────╴⊕ ◀─ ... ◀──────⊕ ◀────⊕ ◀────⊕ ◀────┘
```

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。