[roll] Roll fuchsia [terminal] Improve how we determine font size.

Use font ascent + descent to determine font size.

This makes the external "font size" the cell size and
uses the font metrics to determine what the font size
should be to fit the cell size.

This improves rendering of glyphs that use the full
font ascent + decent.

Also makes rows of background cells render before
rows of foreground cells in order to allow glyphs
to take up more space than the cell size if needed.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/625426
Original-Revision: f38b37cdda47cd52a5b9fab4caa79b0c81b97e54
GitOrigin-RevId: 43c818c513700196349416b29424828a55e0c50f
Change-Id: Ia482b30c7beaa8b6741ce54e47352e025f50b8df
1 file changed
tree: 8ab6ea05dfa5997dc20c587a4eb565c63f840aba
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.