Vuo  0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
VuoFont.c File Reference

Description

VuoFont implementation.

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).