Skip to main content

ToPdfFontToken

Trait ToPdfFontToken 

Source
pub trait ToPdfFontToken {
    // Required method
    fn token(&self) -> PdfFontToken;
}
Expand description

Allows font-handling functions to take either a PdfFont owned instance, a PdfFont reference, or a PdfFontToken.

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§