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 件 担当者 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 を短くまとめたダイジェスト。