Searched defs:map_codepoint (Results 1 – 1 of 1) sorted by relevance
25 pub fn map_codepoint(&self, codepoint: impl Into<u32>) -> Option<GlyphId> { in map_codepoint() method44 pub fn map_codepoint(&self, codepoint: impl Into<u32>) -> Option<GlyphId> { in map_codepoint() method153 pub fn map_codepoint(&self, codepoint: impl Into<u32>) -> Option<GlyphId> { in map_codepoint() method305 let map_codepoint: u32 = map.unicode_value().into(); in map_variant() localVariable