[roll] Roll fuchsia [fonts] Improve Rust wrappers around FreeType in Font Info Loader

- Simplify the lifetime management of `FTOpenArgs` and its data
  dependencies.
- Implement a wrapper around `FT_Face`, adding a `Drop` implementation
  and exposing a Rusty iterator over its code points. (Additional Rusty
  accessors to follow in subsequent CLs.)

TEST:
fx set core.x64 --with src/fonts:tests
fx test font_info_test font_info_tests

Original-Bug: 74698
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/637865
Original-Revision: c0a8748c0e58be34c409baf1a11363565d6fa6b9
GitOrigin-RevId: 04db58b66b2e553b19a09f5d88db8dc941fb2964
Change-Id: I515e7bd9ebcdf932c0a9569999c4a34beb8b26c7
1 file changed
tree: 6c39d20323d0ea8b9bf4a77f42c5c58f85d5cde9
  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
  12. toolchain
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.