pub struct Struct_PP_FontDescription_Dev {
pub face: Struct_PP_Var,
pub family: PP_FontFamily_Dev,
pub size: uint32_t,
pub weight: PP_FontWeight_Dev,
pub italic: PP_Bool,
pub small_caps: PP_Bool,
pub letter_spacing: int32_t,
pub word_spacing: int32_t,
pub padding: int32_t,
}
Fields
face | |
family | |
size | |
weight | |
italic | |
small_caps | |
letter_spacing | |
word_spacing | |
padding | |
Trait Implementations
Derived Implementations
Keyboard shortcuts
- ?
- Show this help dialog
- S
- Focus the search field
- ⇤
- Move up in search results
- ⇥
- Move down in search results
- ⏎
- Go to active search result
Search tricks
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).