Function nvgIsFontIcon¶
- Defined in File opengl.h
Function Documentation¶
-
bool
nanogui::nvgIsFontIcon(int value)¶ Determine whether an icon ID is a font-based icon (e.g. from
entypo.ttf).See
nanogui::nvgIsImageIcon()for details.- Return
- Whether or not this is a font icon (from
entypo.ttf). - Parameters
value: The integral value of the icon.