sideko_rest_api 0.9.2

Rust API Client
Documentation
1
2
3
4
5
6
7
/// DocProjectFont
#[derive(serde::Serialize, serde::Deserialize, Debug, Default, Clone)]
pub struct DocProjectFont {
    /// base size (in px) of font. Headers, asides, etc. are all relative to this
    pub base_size: i64,
    pub family: crate::models::FontFamilyEnum,
}