Questions tagged [line-spacing]
54 questions
2
votes
1 answer
Avoid double spacing in Rmarkdown pdf (within chunk)
I am trying to make my own APA7 style Rmarkdown template (with pdf output). Feel pretty good so far. The only thing left for me to fix is the double spacing in code chunks.
I have quickly found this thread which resolves the issue on how to double…

POC
- 268
- 1
- 2
- 7
2
votes
0 answers
UItextView background colours Linespacing area too
I am trying to replicate the text highlight (Not Search Text Highlight) in my UIText View. But I am Stuck with the colouring in the linespacing as well. How Can I rectify this ?
Current situation:
Desired Outcome:
I have added the following…

AMITH AARON
- 21
- 6
2
votes
4 answers
How to Increase Line spacing in UILabel in Swift 4
I want to increase the Line Spacing in UILabel but I can't figure it out how.
I found this solution [https://stackoverflow.com/a/39158698/8633963] on Stackoverflow but my Xcode always displays this:
Use of unresolved identifier…

Enes
- 79
- 1
- 9
2
votes
3 answers
Objective C - UILabel multiline vertical gap height
I have a multiline UILabel that can take a maximum of 3 lines.
i.e message.numberOfLines = 3;
Everything works fine, but how can I set the vertical gap between the lines?
e.g between line 1 and line 2 etc?
Please enlight,
Tee

teepusink
- 27,444
- 37
- 107
- 147
1
vote
0 answers
Setting the line spacing to 1.5 pt in R Markdown
I am writing my thesis in r markdown and I need a line spacing of 1.5 pt for this. Is there any way to modify the line spacing in markdown? Output will be pdf.

tamila
- 43
- 5
1
vote
0 answers
Fillable Pdf multi-line, Allow rich text formatting in Acrobat Pro DC: but it ignores line spacing/leading set in More
I'm on Win10, using Acrobat Pro DC 2021.011... to edit and Reader DC (same version) to test.
From experience and from reading forums etc, forms in these apps are maddening... but I have not been able to find any discussion (or solutions) to the…

A Zook
- 37
- 7
1
vote
1 answer
Adding vertical space to overflowing line of text on the web page
I have a line of text containing a text field and a dropdown list. On narrow screens the line overflows and the list glues to the text field. Is it possible to control the vertical spacing in the overflown line without affecting the spacing in the…

apomin
- 11
- 1
1
vote
2 answers
kableExtra inserts unwanted extra line into some cells, depending on cell value
I am using kableExtra to generate an Rmarkdown table (in Rstudio 1.2.1335, Windows 10). One of the cells ends up with it's value pushed to another line which messes up the line spacing (see image below). The odd part is that if I manually replace…

Glenn Stauffer
- 171
- 10
1
vote
0 answers
change line Spacing Between the lines in TextBox VB.net
Please Help me to Change Line Spacing in Text Box on VB.Net!
I have a MultiLine TextBox and want to change line Spacing Between the lines
Do I have to use another control?
Can't do this in the text box?

Mahdi
- 11
- 1
1
vote
1 answer
How to decrease spacing between line of UILabel ( Swift )?
Now, I trying to decrease a spacing between multiple line Label.
For my way I create function like this..
func setLineHeight(lineHeight: CGFloat) {
let paragraphStyle = NSMutableParagraphStyle()
paragraphStyle.lineSpacing = 1.0
…

Nawin P.
- 223
- 1
- 4
- 11
1
vote
0 answers
Swift UILabel line spacing of break lines
I have a text that comes from multiple sources and ends with \n\n for a line break in UILabel that has lines set to 0 through Storyboard.
For example:
let text = “Some text at the beginning of the paragraph that is this long\n\nSecond type of…
user13891746
1
vote
0 answers
How to dynamically change line spacing using IReport?
I'm trying to change the line spacing dynamically using styled markup with variable in IReport.
This is how I attempt to do it, inside of my textfield
""
but it seems…

endyey Es
- 479
- 1
- 5
- 17
1
vote
2 answers
Python Docx line spacing for specific paragraph
Having looked through the docs, I am trying to figure out how to apply line spacing to a single paragraph, but it appears that any line spacing can only be done on a global scale using styles. Is there a way to isolate specific paragraphs while…

iFunction
- 1,208
- 5
- 21
- 35
1
vote
2 answers
Line spacing 18 pt in r markdown
Iam writing my thesis in r markdown and want to change the line spacing to 18 pt. But i cant find a solution for it. I only found the setting for onehalf spacing or 1.5 spacing but no for exactly some arbitrary pt.

Tschapaluba
- 35
- 1
- 5
0
votes
2 answers
How to I get a text field from a database to word wrap to a specific width, while maintaining paragraph spacing?
I have researched this for days now and everything I have tried has failed.
I am using classic ASP and MySql database.
I am not sure where else to turn. I have read similar questions here, but the solutions did not work for me.
Any help will be most…

Penguin
- 13
- 3