Struct docx_rust::formatting::Fonts
source · pub struct Fonts<'a> {
pub hint: Option<FontHint>,
pub ascii: Option<Cow<'a, str>>,
pub east_asia: Option<Cow<'a, str>>,
pub h_ansi: Option<Cow<'a, str>>,
pub custom: Option<Cow<'a, str>>,
pub ascii_theme: Option<Cow<'a, str>>,
pub east_asia_theme: Option<Cow<'a, str>>,
pub h_ansi_theme: Option<Cow<'a, str>>,
pub cs_theme: Option<Cow<'a, str>>,
}
Expand description
Size
use docx_rust::formatting::*;
let sz = Size::from(42isize);
Fields§
§hint: Option<FontHint>
§ascii: Option<Cow<'a, str>>
§east_asia: Option<Cow<'a, str>>
§h_ansi: Option<Cow<'a, str>>
§custom: Option<Cow<'a, str>>
§ascii_theme: Option<Cow<'a, str>>
§east_asia_theme: Option<Cow<'a, str>>
§h_ansi_theme: Option<Cow<'a, str>>
§cs_theme: Option<Cow<'a, str>>