Struct apple_bundle::info_plist::user_interface::Fonts [−][src]
pub struct Fonts {
pub application_fonts_path: Option<String>,
pub app_fonts: Option<Vec<String>>,
}Expand description
Fonts
Fields
application_fonts_path: Option<String>The location of a font file or directory of fonts in the bundle’s Resources folder.
Availability
- macOS 10.0+
Framework
- AppKit
app_fonts: Option<Vec<String>>App-specific font files located in the bundle and that the system loads at runtime.
Availability
- iOS 3.2+
- tvOS 9.0+
- watchOS 2.0+
Framework
- UIKit
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Fontsimpl UnwindSafe for FontsBlanket Implementations
Mutably borrows from an owned value. Read more