Docs.rs
allsorts-subset-browser-0.16.0
allsorts-subset-browser 0.16.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
fschutt
Dependencies
bitflags ^1.3
normal
bitreader ^0.3.6
normal
brotli-decompressor ^4.0
normal
byteorder ^1.4
normal
crc32fast ^1.3.2
normal
encoding_rs ^0.8.32
normal
flate2 ^1.0
normal
optional
glyph-names ^0.2
normal
itertools ^0.10
normal
lazy_static ^1.4.0
normal
log ^0.4
normal
num-traits ^0.2
normal
ouroboros ^0.17
normal
pathfinder_geometry ^0.5.1
normal
rustc-hash ^1.1.0
normal
tinyvec ^1
normal
ucd-trie ^0.1.5
normal
unicode-blocks ^0.1.9
normal
optional
unicode-canonical-combining-class ^0.5.0
normal
unicode-general-category ^0.6.0
normal
unicode-joining-type ^0.7.0
normal
upon ^0.8.1
normal
optional
regex ^1.7.1
dev
Versions
46.59%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Glyph
allsorts_
subset_
browser
0.16.0
Glyph
Required Methods
get_glyph_index
Implementors
In allsorts_
subset_
browser::
context
allsorts_subset_browser
::
context
Trait
Glyph
Copy item path
Source
pub trait Glyph { // Required method fn
get_glyph_index
(&self) ->
u16
; }
Required Methods
§
Source
fn
get_glyph_index
(&self) ->
u16
Implementors
§
Source
§
impl
Glyph
for
Info
Source
§
impl<T>
Glyph
for
RawGlyph
<T>