Questions tagged [line-spacing]

54 questions
0
votes
0 answers

UICollectionView minimumLineSpacing bug

I'm creating a horizontal scroll view through the collection view. I used flowlayout for layout, and I set the scroll direction to horizontal. I found a bug in this situation. If the width of the item is different, line spacing is not applied, but…
0
votes
0 answers

Conforming to NSLayoutManagerDelegate breaks line spacing

I am trying to create a custom TextView. The problem I am getting is that when I try to conform to the NSLayoutManagerDelegate the highlighting of the text inside it breaks, even though I have not implemented any of the delegate methods. class…
0
votes
0 answers

Increase line spacing in Spyder Editor

I would like to increase line spacing in the Spyder editor view. Is this possible? The only workaround i could find is changing font and size. (Osaka 14 is my current setting) cheers
dodohjk
  • 151
  • 5
0
votes
0 answers

Font, line spacing and format

I am trying to finish my final formatting for a thesis and the requirements are these: Page format: 21.5 x 28 cm (8.5" x 11”); Left-hand margin 3.81 cm (1.5"); other margins 2.54 cm (1"); Line spacing 1.5 or 2, except where otherwise…
0
votes
0 answers

Value of type 'Text' has no member 'lineHeightMultiple' error message

I want to decrease line height for Text elements in my SwiftUI project. I use the following code and it works fine: Text("Hello world!\nHello world!")._lineHeightMultiple(0.83) The problem with the modifier is that it is deprecated and I get the…
0
votes
2 answers

How to set LineSpacing programmatically?

i am new to Android Studio . I want to increase or decrease textView's line spacing on click. currently i am using this one and it works but i want when user click + than line spacing increased and decreased for - . here is my…
0
votes
1 answer

How to reduce line spacing with flextable() in R Markdown to pdf?

When knitting to html, flextable::line_spacing(space = 0) does what is expected, reducing the line spacing. When knitting to pdf, it does not. See code below and screenprint. I am using flextable version 0.7.3. Setting the height has a similar…
MartineJ
  • 591
  • 5
  • 16
0
votes
2 answers

CSS: remove spacing before and after display:block nested in

I want to display a consecutive series of
 elements without any blank space between them (like consecutive lines of a same paragraph).
I can't achieve that while having display: block
Here is a sample code


body {
    max-width: 940px;
   …
PlasmaBinturong
  • 2,122
  • 20
  • 24
0
votes
0 answers

Emacs Org Mode: how to reduce line spacing?

For some reason, a few months ago the line spacing in Org Mode has increased. It's the line spacing between display lines, not merely between paragraphs or headings. The variable "line-spacing" is nil. Actually setting it doesn't help. If I open a…
Micah Cobb
  • 101
  • 2
  • 9
0
votes
0 answers

LineSpacing in WPF RichTextBox

I have written a text editor in WPF based on the WPF RichTextBox. Everything works well. With BOLD, ITALIC etc., FontSize, FontFamily, TextAlignment and Indentation there are no problems. But: LineSpacing does not work! I can set the LineSpacing…
0
votes
1 answer

php files keep getting double line breaks

I code custom plugins for Wordpress. I use Microsoft Visual Studio Code to do the coding and FileZilla to transfer the files. With almost every php file that I code, I'm not sure if it's something that's happening when I download my plugin and then…
0
votes
1 answer

Line Spacing Inside the Table in Word Using Apache POI

https://support.content.office.net/en-us/media/fbe67397-658c-4b04-b295-b0d6759e1aaa.jpg Hello Everyone I need to add Line spacing Before(Spacing about 6pt) effect inside the table.You can see the above image that has a paragraph spacing i need that…
0
votes
1 answer

labels have huge line spacing causing overlapping each other in wpf

Issue: I have a wpf application with some labels in a Grid. The Grid Row height is not set
julian bechtold
  • 1,875
  • 2
  • 19
  • 49
0
votes
1 answer

TextView UIViewRepresentable resets UndoManager when lineSpacing added via attributedText value change

I am using a TextView UIViewRepresentable as outlined here https://www.appcoda.com/swiftui-textview-uiviewrepresentable/. It’s working as expected, apart from one issue concerning line spacing. SwiftUI’s lineSpacing modifier seems to have no effect…
Barrrdi
  • 902
  • 13
  • 33
0
votes
1 answer

In visual Studio, when formating automatically, how to reduce block spacing to minimum?

When doing formatting is there an options to control and reduce spaces in blocks ?
bsmall
  • 187
  • 1
  • 1
  • 11