Type Alias GlyphRange

Source
pub type GlyphRange = Range<u16>;
Expand description

maplibre/maplibre-native#4add9ea original name: GlyphRange

Aliased Type§

struct GlyphRange {
    pub start: u16,
    pub end: u16,
}

Fields§

§start: u16

The lower bound of the range (inclusive).

§end: u16

The upper bound of the range (exclusive).