Home
last modified time | relevance | path

Searched defs:rt_font (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/harfbuzz_rs-1.0.1/src/
H A Drusttype.rs121 let rt_font = rusttype::FontCollection::from_bytes(bytes)?.font_at(index as usize)?; in create_harfbuzz_rusttype_font() localVariable
/dports/print/fontforge/fontforge-20201107/inc/
H A Dgresedit.h35 enum res_type2 { rt_stringlong = rt_string+1, rt_coloralpha, rt_image, rt_font }; enumerator