-
### Prerequisites
- [x] I have written a descriptive issue title
- [x] I have verified that I am running the latest version of Fonts
- [x] I have verified if the problem exist in both `DEBUG` and…
0xced updated
2 years ago
-
```ts
var context = new HtmlContext(...);
var measurer = new CacheMeasurer(context);
measurer.measure("t"); // returns { width: 10, height: 17 }
measurer.measure(" "); // returns { width: -37, h…
-
**Describe the solution you'd like**
I think there should be a few alignment tools for different objects. Currently as it sits, it's mostly just measuring distances and adjusting till it's lined up p…
-
**Description**
Skia sharp measures wrong Width value while measuring Arabic Text (RTL issues).
**Code**
namespace portable_console
{
class Program
{
static void Main(st…
-
I started this with a specific issue in mind, but this quickly became a larger discussion in some PRs, so we are moving the discussion here.
### Introduction
In many cases we need to know metrics …
-
- [x] marker `sel_gal` before-next text does not appear
- [x] viewer labels should all use the same font. (dotplot & spectrum viewer fonts are not the same).
### Spectrum viewer
- [x] H-alpha (re…
-
### Discussed in https://github.com/orgs/autowarefoundation/discussions/5012
Originally posted by **oguzkaganozt** July 18, 2024
## Motivation
Now that the **Open AD Kit** containers are …
-
Seems like the measuring of the height of text is slightly of. This causes the alignment to not be centered.
-
`RenderParagraph` has a method called `getFullHeightForCaret()`. This method returns `null` when there's no text in the `RenderParagraph`: https://api.flutter.dev/flutter/rendering/RenderParagraph/get…
-
**Description**
Text width not measured properly when measuring using SkiaSharp.HarfBuzz library.
I am using SkiaSharp.HarfBuzz for unicode text measuring, which works properly for Arabic.
But, …