Type Alias FPDF_CharsetFontMap

Source
pub type FPDF_CharsetFontMap = FPDF_CharsetFontMap_;
Expand description

Struct: FPDF_CharsetFontMap Provides the name of a font to use for a given charset value.

Aliased Type§

#[repr(C)]
pub struct FPDF_CharsetFontMap { pub charset: i32, pub fontname: *const i8, }

Fields§

§charset: i32

Character Set Enum value, see FXFONT_*_CHARSET above.

§fontname: *const i8

Name of default font to use with that charset.