About 1,618,547 results (3,661 milliseconds)

[reportlab-users] vertical text in table cell with height None

https://groups.google.com/g/reportlab-users/c/ceafYSFcMzU
Apr 18, 2017 ... You do not ... > canvas.rotate(90) > fs = canvas._fontsize > canvas.translate(0, -(self.width/2) -(self.aW/2)) > self.text.canv = canvas > ...

[reportlab-users] Rotated paragraph/document with ReportLab ...

https://groups.google.com/g/reportlab-users/c/jn0F1PI8R2g
canvas.rotate(90) and then canvas.drawString(), but I want to take the ... >> corner of the page x=0 y=0. > > I DO want to rotate the text. I was just ...

[racket] GUI: text field on a canvas

https://groups.google.com/g/racket-users/c/v8lqc9p6sN4
Hello, I have the need to put a text field into a certain location of a canvas, without decorations. ... Two questions: 1. Is it the most natural way to do what I ...

[reportlab-users] Rotated Text

https://groups.google.com/g/reportlab-users/c/MVx0-4H7WGw
Mar 11, 2014 ... You do not have permission to delete messages in this group. Copy link ... The canvas method you are looking for called rotate(). This ...

Canvas being put underneath other widgets in a horizontal layout ...

https://groups.google.com/g/kivy-users/c/lt5uW5A2-s8
May 25, 2017 ... orientation: 'vertical'. Label: text: 'PLEASE SELECT AN OBJECT'. font_size: 18. Button: text: 'Particle'. BoxLayout: orientation: 'horizontal'.

how to rotate a textbox

https://groups.google.com/g/mitappinventortest/c/s5luOJzrbjQ
May 1, 2017 ... but you can use a canvas and the ... Make a separate screen arrangement with everything else rotated compared to the text box,.

Learn how to use drawings & markups - Computer - Google Docs ...

https://support.google.com/docs/answer/179740?hl=en&co=GENIE.Platform%3DDesktop
Use the editing tools · At the top of the page, click Insert. To place text directly on the canvas as a shape, click Word Art. · Type your text and press Enter.

Extract Text for Canva

https://chromewebstore.google.com/detail/extract-text-for-canva/klohdimagkhlanlklljjplhgjmbcimhp
- **Accessibility Compliance**: Make Canva designs more accessible with extracted text. ... vertical scrolling pages. Click on the "down arrow" above the ...

Layout and CSS

https://groups.google.com/g/web2py/c/8FOVS0l72iI
... vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden ... {text-transform:none}button,html input[type="button"],input[type="reset ...

Frustrating Bugs I've found.

https://groups.google.com/g/gwdbeta/c/QQJqCuyEfFw
I could still type in the text color input, but copy and pasting would replace the text. [email protected]'s profile photo ...

javascript - Why are multiple rotate() needed to place every number ...

http://feedproxy.google.com/~r/stackoverflow/xTdF/~3/IVP__nBWO6A/why-are-multiple-rotate-needed-to-place-every-number-on-the-right-spot-canv
Feb 24, 2021 ... What this code tries to do is to go back to its previous position, the center of the canvas. Think of the context as a sheet of paper that ...

Centre stimulus vertically + inter-trial stimulus

https://groups.google.com/g/jspsych/c/W9lcCmjWMhY
Any idea? 2) I also need to add a fixation point between trials. What would be the easiest way to do this? Many thanks for ...

Underlining text on canvas

https://groups.google.com/g/comp.lang.tcl/c/uDs1-WebPHQ
You probably do not need to create the font afresh each time. ;-). Donal ... underline position is different to the vertical position of the visible

Is there a way to extend the canvas in Google Drawing without ...

https://support.google.com/docs/thread/218634349/is-there-a-way-to-extend-the-canvas-in-google-drawing-without-altering-the-shape-of-objects?hl=en
May 31, 2023 ... My problem arises when I realise I'm running out of canvas space and try to extend it using File → Page setup. It warps the dimensions of text ...

Selecting or deselecting text will automatically scroll up to the top of ...

https://support.google.com/docs/thread/258137048/selecting-or-deselecting-text-will-automatically-scroll-up-to-the-top-of-the-text-block?hl=en
Feb 10, 2024 ... This is very frustrating for long vertical shapes of text or when ... I often use slides as almost an alternative version of Canva ...

Fuzzy text on some buttons (bug?)

https://groups.google.com/d/msg/kivy-users/u0PNYPx5hP0/IifRWIP6AwAJ
Jun 24, 2018 ... canvas.after: PopMatrix FloatLayout: BoxLayout: size_hint: .5, .5 pos_hint: {'center': (.5, .5)} orientation: 'vertical' MagicButton ...

Find xy Coordinate of an Element on the Screen

https://groups.google.com/g/mitappinventortest/c/j_XJQRp_csw
... canvas). ... You can place the text in a Label Component and that Label in a Vertical Scroll Arrangement such that if the text changes, the screen layout does not ...

Rotating Drawing Canvas?

https://groups.google.com/g/mitappinventortest/c/MgunpZWqiRE
Feb 17, 2016 ... How do I make it orient the same way as the program?. Auto ... If yes, image is correctly displayed, if no, then rotate the image ...

Feature requests: vertical split; opening different documents in a split ...

https://groups.google.com/g/bbedit/c/h5KSmQMcLy4
Feb 27, 2011 ... Vertical split for document windows. Vertically splitting a text document and having two views of it side-by-side just feels more natural than ...

Skia - Rotating N shapes around their own vertical axes

https://groups.google.com/g/skia-discuss/c/3UPuOVL75wA
Mar 22, 2021 ... ... do that. I have an OnDraw method that draws the canvas and ... // The following line is disabled because it makes the whole canvas rotate!