lineSpacing: 0 doesn't produce expected results #277

Open
opened 2016-02-06 21:53:04 +01:00 by ali1234 · 0 comments
ali1234 commented 2016-02-06 21:53:04 +01:00 (Migrated from github.com)

To reproduce:

  1. Select the Apple ][ profile.
  2. Run command inside crt: python -c 'print unichr(0xee24)*400'
  3. Count the pixel height of each font: 8 pixels. Count the number of blank lines between each row: 2.
  4. Open FontScanlines.qml Apple ][ section. pixelSize is 8, which is correct. lineSpacing is 2, also correct.
  5. Change lineSpacing to 0 and rebuild.
  6. Run the python command again and observe the output.

Expected result: The brickwork pattern should be completely solid. Each row should be 8 pixels high with no blank space between rows.
Actual result: Each row of text is 7 pixels high. The top line of each row is cut off, and there's a blank line between each row.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

To reproduce: 1. Select the Apple ][ profile. 2. Run command inside crt: python -c 'print unichr(0xee24)*400' 3. Count the pixel height of each font: 8 pixels. Count the number of blank lines between each row: 2. 4. Open FontScanlines.qml Apple ][ section. pixelSize is 8, which is correct. lineSpacing is 2, also correct. 5. Change lineSpacing to 0 and rebuild. 6. Run the python command again and observe the output. Expected result: The brickwork pattern should be completely solid. Each row should be 8 pixels high with no blank space between rows. Actual result: Each row of text is 7 pixels high. The top line of each row is cut off, and there's a blank line between each row. ## <bountysource-plugin> Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/30611399-linespacing-0-doesn-t-produce-expected-results?utm_campaign=plugin&utm_content=tracker%2F479407&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F479407&utm_medium=issues&utm_source=github). </bountysource-plugin>
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: seeseemelk/cool-retro-term#277
No description provided.