Module nih_plug_vizia::assets
source · Expand description
Binary assets for use with nih_plug_vizia
. These fonts first need to be registered using their
associated registration function.
Modules
- TTF fonts as byte slies.
Constants
- The font name for Noto Sans Bold, needs to be registered using
register_noto_sans_bold()
first. - The font name for Noto Sans Bold Italic, needs to be registered using
register_noto_sans_bold_italic()
first. - The font name for Noto Sans Light, needs to be registered using
register_noto_sans_light()
first. - The font name for Noto Sans Light Italic, needs to be registered using
register_noto_sans_light_italic()
first. - The font name for Noto Sans Regular, needs to be registered using
register_noto_sans_regular()
first. - The font name for Noto Sans Regular Italic, needs to be registered using
register_noto_sans_regular_italic()
first. - The font name for Noto Sans Thin, needs to be registered using
register_noto_sans_thin()
first. - The font name for Noto Sans Thin Italic, needs to be registered using
register_noto_sans_thin_italic()
first.