kas-core 0.17.0

KAS GUI / core
Documentation

KAS Core

This is the core KAS crate. See also the kas crate .

For documentation of feature flags, see Cargo.toml.

Font rendering

Font shaping (recommended) may be enabled using the shaping feature. This uses Rustybuzz.

By default, this crate uses Swash to raster fonts. This is usually the best choice. As an alternative, fonts can be rastered using ab_glyph; this requires both that the ab_glyph feature is enabled and that the configuration item font.raster.mode is set (see Run-time configuration, RasterConfig::mode).

Copyright and Licence

The COPYRIGHT file includes a list of contributors who claim copyright on this project. This list may be incomplete; new contributors may optionally add themselves to this list.

The KAS library is published under the terms of the Apache License, Version 2.0. You may obtain a copy of this licence from the LICENSE file or on the following webpage: https://www.apache.org/licenses/LICENSE-2.0