2021-11-02 06:51 PM - last edited on 2024-09-09 11:21 AM by Doreena Deng
I've been putting up a custom schedule in GDL to list finishes of a project out of surfaces, and it seems to be working all fine, but I would like to have the text block lines a bit closer to each other.
Is there a height factor to be applied to text blocks? I couldn't find such thing in the reference guide.
Thanks in advance!
2021-11-02 09:57 PM
See if these links help...
Creating a Label Text with AC Globals
Line spacing is controllable in the Paragraph command
2021-11-02 10:14 PM
It is not in the textblock but paragraph definition and it is called line_spacing there:
http://gdl.graphisoft.com/reference-guide/inline-attribute-definition#TEXTBLOCK_gdlcommand
2021-11-03 12:30 AM
Oh right. Then I assume I should use paragraph instead of textblock to be able to control that. I can't see how I define the paragraph's width, though. I'm using textblock because I need to restrict the width of the text to have an automatic line break.
2021-11-03 10:12 AM
You _are_ using paragraphs when using textblocks 😉