servo/components/fonts
Jonathan Schwender 4f6283d7fe
ohos/android: Fix some compiler warnings (#34178)
* ohos: Remove unnecessary library links

`ohos-sys` now correctly links all required libraries, so we
don't need to specify them here again.
We still specify `ace_napi.z`, since we use napi via `napi-ohos`, which currently does not add the required link.

Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com>

* Disable some unused functions on ohos/android

- get_default_url()
- parse_url_or_filename()
- add_noto_fallback_families

Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com>

* ohos: Remove unneeded import

Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com>

---------

Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com>
2024-11-07 19:53:57 +00:00
..
platform ohos/android: Fix some compiler warnings (#34178) 2024-11-07 19:53:57 +00:00
tests fonts: Instantiate system fonts using system font loaders (#33747) 2024-10-10 23:09:51 +00:00
Cargo.toml Gate all use of tracing behind Cargo feature (#33845) 2024-10-16 10:24:24 +00:00
font.rs clippy: Add safety documentation and clean up unsafe methods (#33748) 2024-10-16 08:11:31 +00:00
font_context.rs net: Start reducing number of IPCs channels used for fetch with a FetchThread (#33863) 2024-10-16 16:53:24 +00:00
font_store.rs fonts: Instantiate system fonts using system font loaders (#33747) 2024-10-10 23:09:51 +00:00
font_template.rs fonts: Simplify FontContext in two ways that affect the unit test (#33541) 2024-09-25 20:15:47 +00:00
glyph.rs Improve Au(0) constructions (#33709) 2024-10-10 16:45:18 +00:00
lib.rs clippy: Fix issues in components/fonts and ports/servoshell (#33809) 2024-10-11 17:23:38 +00:00
shaper.rs clippy: Add safety documentation and clean up unsafe methods (#33748) 2024-10-16 08:11:31 +00:00
system_font_service.rs Gate all use of tracing behind Cargo feature (#33845) 2024-10-16 10:24:24 +00:00