Macro native_windows_gui::nwg_font
[−]
[src]
macro_rules! nwg_font { ($( $i:ident=$v:expr );*) => { ... }; }
Sane defaults for the Font resource.
Defaults:
• family: "Arial"
• size: 12
• weight: FONT_WEIGHT_NORMAL
• decoration: FONT_DECO_NORMAL
Usage:
nwg_font!()
nwg_font!(family="Comic Sans")
nwg_font!(\* Any combinations of the template properties*\)