Enum tectonic_bridge_core::FileFormat[][src]

#[repr(C)]
pub enum FileFormat {
Show 23 variants Afm, Bib, Bst, Cmap, Cnf, Enc, Format, FontMap, MiscFonts, Ofm, OpenType, Ovf, Pict, Pk, ProgramData, Sfd, TectonicPrimary, Tex, TexPsHeader, Tfm, TrueType, Type1, Vf,
}
Expand description

Different types of files that can be opened by TeX engines

This enumeration is used to guess filename extensions to try when looking for a file to open.

cbindgen:rename-all=ScreamingSnakeCase

Variants

Afm

An Adobe Font Metrics file.

Bib

A BibTeX bibliography data file.

Bst

A BibTeX style file.

Cmap

A character map data file.

Cnf

A configuration file.

Enc

An encoding data file.

Format

A TeX “format” file.

FontMap

A font-map file.

MiscFonts

A miscellaneous font file.

Ofm

An OFM font metrics file.

OpenType

An OpenType font file.

Ovf

An OVF file.

Pict

An image file.

Pk

A PK font file.

ProgramData

A general program data file.

Sfd

An SFD file.

TectonicPrimary

The Tectonic primary input file.

Tex

A TeX language file.

TexPsHeader

A TeX PostScript header file.

Tfm

A TeX Font Metrics file.

TrueType

A TrueType font file.

Type1

A Type1 font file.

Vf

A Virtual Font file.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.