Claudia Barnes
Claudia Barnes
Hi! Try putting the fontname in the style overrides in the individual runs. We're currently working on reworking the style overrides, but right now there's a bug where you have...
(I'll link to the issue when I can find it, we might not have made one yet)
See Issue [Issue 8178 in itwinjs-core](https://github.com/iTwin/itwinjs-core/issues/8178)
I don't think there are any public releases yet, but the recent text changes should be available when version `5.1.x` is released. (The most recent release is `5.0.2`.) If you...
@Josh-Schifter, I made these issues: 1. #7675 2. #7676 3. #7677 (not an exact overlap, but could be reworked) Could these help explain the motivations?
Basically yes, we're trying produce a powerpoint-esc sort of workflow. These work items are to help make that happen. Here's what that means and a bit of justification. We're working...
Proposition: 1. Remove `TextAnnotation.anchor`. 2. Add `TextAnnotation.verticalAlignment: "top" | "middle" | "bottom"` 3. Remove `TextBlock.justification` 4. Add `Paragraph.justification: "left" | "right" | "center" | "justify"` Reasoning: We want to be...
Alright, I've been working on issue #7677 and it has turned into adding frames as well as fill to text annotations. The idea is that frames will be used in...
@pmconne, I added tests and fixed some bugs. I ended up cleaning up the `TextBlock.test.ts` in the backend so the diff probably looks illegible now. For clarity, everything following [75b15bf](https://github.com/iTwin/itwinjs-core/pull/8248/commits/75b15bf6215f4437552e0d4e319d5517c2a7e179)...
That should be all the changes you requested. Let me know if I missed anything. I have three new test blocks: * `applies tab shifts` * `applies consecutive tab shifts`...