Enum pdfium_render::font::PdfFontBuiltin
source · [−]pub enum PdfFontBuiltin {
Show 14 variants
TimesRoman,
TimesBold,
TimesItalic,
TimesBoldItalic,
Helvetica,
HelveticaBold,
HelveticaOblique,
HelveticaBoldOblique,
Courier,
CourierBold,
CourierOblique,
CourierBoldOblique,
Symbol,
ZapfDingbats,
}Expand description
The 14 built-in fonts provided as part of the PDF specification.
Variants
TimesRoman
TimesBold
TimesItalic
TimesBoldItalic
Helvetica
HelveticaBold
HelveticaOblique
HelveticaBoldOblique
Courier
CourierBold
CourierOblique
CourierBoldOblique
Symbol
ZapfDingbats
Implementations
sourceimpl PdfFontBuiltin
impl PdfFontBuiltin
sourcepub fn to_pdf_font_name(&self) -> &str
pub fn to_pdf_font_name(&self) -> &str
Returns the PostScript name of this built-in PDF font, as listed on page 416 of the PDF 1.7 specification.
Auto Trait Implementations
impl RefUnwindSafe for PdfFontBuiltin
impl Send for PdfFontBuiltin
impl Sync for PdfFontBuiltin
impl Unpin for PdfFontBuiltin
impl UnwindSafe for PdfFontBuiltin
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more