Function tengwar::transcribe

source ·
pub fn transcribe<M: TengwarMode + Default>(text: impl ToTengwar) -> String
Expand description

Convert a compatible object (typically text) into the Tengwar.

This function merely calls a Trait method, but is likely the most readily discoverable part of the library when using code completion tools.