Vuo  2.0.2
Classes | Macros | Functions
VuoFont.h File Reference

Description

VuoFont C type definition.

Definition in file VuoFont.h.

Go to the source code of this file.

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. More...
 
VuoFont VuoFont_makeDefault ()
 Returns a new VuoFont using default values. More...
 
VuoFont VuoFont_makeFromJson (json_object *js)
 
json_objectVuoFont_getJson (const VuoFont value)
 
char * VuoFont_getSummary (const VuoFont value)
 
bool VuoFont_areEqual (const VuoFont a, const VuoFont b)
 Returns true if both fonts have the same name, size, underline status, color, alignment, and character/line spacing. More...
 
bool VuoFont_isLessThan (const VuoFont a, const VuoFont b)
 Returns true if a < b. More...
 
VuoFont VuoFont_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoFont_getString (const VuoFont value)
 Automatically generated function. More...
 
void VuoFont_retain (VuoFont value)
 Automatically generated function. More...
 
void VuoFont_release (VuoFont value)
 Automatically generated function. More...