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
SfntVersion
allsorts_
subset_
browser
0.16.0
Sfnt
Version
Required Methods
sfnt_version
Implementations on Foreign Types
Box<T>
Implementors
In allsorts_
subset_
browser::
tables
allsorts_subset_browser
::
tables
Trait
Sfnt
Version
Copy item path
Source
pub trait SfntVersion { // Required method fn
sfnt_version
(&self) ->
u32
; }
Required Methods
§
Source
fn
sfnt_version
(&self) ->
u32
Implementations on Foreign Types
§
Source
§
impl<T:
SfntVersion
>
SfntVersion
for
Box
<T>
Source
§
fn
sfnt_version
(&self) ->
u32
Implementors
§
Source
§
impl
SfntVersion
for
Woff2TableProvider
Source
§
impl<'a>
SfntVersion
for
DynamicFontTableProvider
<'a>
Source
§
impl<'a>
SfntVersion
for
WoffFont
<'a>
Source
§
impl<'a>
SfntVersion
for
OffsetTableFontProvider
<'a>