-
This is mostly a request be able to support glyphs from TrueType fonts that use Bitmap data.
- [ ] Add Support for Embedded Monochrome bitmap data.
- [ ] add support for [Embedded Bitmap Locati…
-
On Ubuntu 20.04, when octave --gui is launched, the errors/warnings below are produced. The issue seems centered in the snap's fontconfig + /etc/fonts. This seems related to this:
https://emacs.…
-
Currently we only support bitmap fonts which makes it hard to use. We should find a way to use any font. Maybe this works different when in browser vs not.
Also: This proposal might fix this https:…
-
Do you guys know what happened here? I was supposed to copy `./themes/Chicago95` to `/usr/themes/`, but unknowingly used `mv` command instead of `cp`.
![2024-02-06_09-09](https://github.com/grassmu…
-
### Version/Branch of Dear ImGui:
868facff9ded2d61425c67deeba354eb24275bd1
### Back-ends:
glfw+opengl3
### Compiler, OS:
Debian Trixie
### Full config/build information:
```
Dear ImGui 1.90.5 …
-
Hi Dir-A, thank you very much for your Yuris Tools and also other projects, all of them are very useful for us!
Regarding Yuris, most of recent english releases or games using this engine comes with…
-
```
Arduino 1.5.7 / avr-gcc 4.8.1 reports multiple:
error: variable ... must be const in order to be put into read-only section by
means of ‘__attribute__((progmem))’
The fix is to make the variabl…
-
```
Arduino 1.5.7 / avr-gcc 4.8.1 reports multiple:
error: variable ... must be const in order to be put into read-only section by
means of ‘__attribute__((progmem))’
The fix is to make the variabl…
-
```
Arduino 1.5.7 / avr-gcc 4.8.1 reports multiple:
error: variable ... must be const in order to be put into read-only section by
means of ‘__attribute__((progmem))’
The fix is to make the variabl…
-
### Current Behavior
MSDF (and probably SDF) bitmap text in V8 has worst quality compared to V7.
About year ago, I made a PR that make MSDF text look better (#9261), and so far it was great, and I…