Vuo  0.8.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Functions
VuoFont.h File Reference

Description

VuoFont C type definition.

Classes

struct  VuoFont
 A font description: family, style, point size, underline. More...
 

Functions

VuoFont VuoFont_make (VuoText fontName, VuoReal pointSize, VuoBoolean underline, VuoColor color, VuoHorizontalAlignment alignment, VuoReal characterSpacing, VuoReal lineSpacing)
 Returns a new VuoFont with the specified attributes.
 
VuoFont VuoFont_valueFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_object * VuoFont_jsonFromValue (const VuoFont value)
 Encodes value as a JSON object.
 
char * VuoFont_summaryFromValue (const VuoFont value)
 Returns a compact string representation of value (comma-separated components).
 
VuoFont VuoFont_valueFromString (const char *str)
 Automatically generated function.
 
char * VuoFont_stringFromValue (const VuoFont value)
 Automatically generated function.
 
void VuoFont_retain (VuoFont value)
 Automatically generated function.
 
void VuoFont_release (VuoFont value)
 Automatically generated function.