-
I was create the flutter application to format the date time and the text was rendered incorrectly. The text formatted correctly but it rendered wrongly.
## Steps to Reproduce
1. Run the sample…
-
**Describe the solution you'd like**
Our clear-text reporter currently draws a table using these characters: `|-`. We could delight users by using better borders:
```
┌───┬───┐
│ │ │
└───┴─…
-
Hi Bodmer,
First of all I would like to say thanks to all of your hard word on this library.
I got problem when trying to display Vietnamese font. I used your tool **Create_font.pde** to create fo…
-
## Version of Dear PyGui
Version: 1.11.1
Operating System: Debian Bookworm (also tested on Windows 11)
## My Issue
For drawings on a draw node with a transform, dpg.configure_item does not w…
-
If text is style in draw.io, the exported XML will contain a `value` attribute with encoded HTML.
e.g. for bold text `value="<b>TEST</b>"`
Similarly, exported diagrams where cells have m…
-
Coloring text does not work. Consider the following code:
```python
import matplotlib as mpl
import matplotlib.pyplot as plt
import mpl_typst.as_default # noqa: F401
fig, ax = plt.subplots(1, …
cgahr updated
3 weeks ago
-
### Is your feature request related to a problem?
The stencil buffer features added in 2024.600 don't currently work in the Draw GUI event, which is probably where most people would actually want to …
-
- Mainly font_size is u16 on measure_text but f32 on draw_text.
- The order of params and the way they're passed. I think it would be nice if measure text took TextParams just like draw_text_ex so …
-
### Description
When I analyze a pixel, it manages to return the RGB correctly, as shown in the image. However, the decimal value is incorrect. In the case of the red color it returns the Decimal of …
-
I'm using this commands to draw the text, but don't got any success
`String[] args = new String[]{
"-i",
filePath,
"-vf",
…