// Copyright 2023 The Servo Project Developers. See the COPYRIGHT // file at the top-level directory of this distribution. // // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your // option. This file may not be copied, modified, or distributed // except according to those terms.
//! # harfbuzz-sys //! //! This crate provides raw bindings to the [HarfBuzz](https://harfbuzz.github.io/) //! text shaping library. //! //! ## Features //! //! - `freetype` - Enables bindings to the FreeType font engine. (Enabled by default.) //! - `coretext` - Enables bindings to the CoreText font engine. (Apple platforms only) (Enabled by default.) //! - `directwrite` - Enables bindings to the DirectWrite font engine. (Windows only) (Enabled by default.) //! //! - `bundled` - Use the bundled copy of the harfbuzz library rather than one installed on the system.
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.