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: u16The lower bound of the range (inclusive).
end: u16The upper bound of the range (exclusive).