Vuo  2.1.2
Classes | Macros | Functions | Variables
VuoInputEditorFont.mm File Reference

Description

VuoInputEditorFont implementation.

Definition in file VuoInputEditorFont.mm.

Go to the source code of this file.

Classes

class  VuoInputEditorFontTextEdit
 A text edit widget that receives the changes from the font panel. More...
 
class  VuoInputEditorFontPanelDelegate
 Intercepts events from NSFontPanel and passes them to the parent QDialog. More...
 
class  VuoInputEditorFontAccessoryDelegate
 Receives events changing the font's alignment and spacing. More...
 

Functions

static VuoFont getCurrentVuoFont (void)
 Returns the currently-selected font. More...
 
static NSDictionary * getCurrentAttributes (void)
 Returns the currently-selected attributes. More...
 

Variables

static VuoInputEditorFontcurrentEditor
 The current font editor. More...
 
static NSString * currentFontName
 The current font name (PostScript format). More...
 
static double currentPointSize
 The current font size (in typographic points). More...
 
static bool currentUnderline
 Does the current font have an underline? More...
 
static NSColor * currentColor
 The current font's color. More...
 
static VuoHorizontalAlignment currentAlignment
 The current font's horizontal alignment. More...
 
static double currentCharacterSpacing
 The current font's character spacing. More...
 
static double currentLineSpacing
 The current font's line spacing. More...
 

Function Documentation

◆ getCurrentAttributes()

static NSDictionary* getCurrentAttributes ( void  )
static

Returns the currently-selected attributes.

Definition at line 63 of file VuoInputEditorFont.mm.

◆ getCurrentVuoFont()

static VuoFont getCurrentVuoFont ( void  )
static

Returns the currently-selected font.

Definition at line 44 of file VuoInputEditorFont.mm.

Variable Documentation

◆ currentAlignment

VuoHorizontalAlignment currentAlignment
static

The current font's horizontal alignment.

Definition at line 29 of file VuoInputEditorFont.mm.

◆ currentCharacterSpacing

double currentCharacterSpacing
static

The current font's character spacing.

Definition at line 30 of file VuoInputEditorFont.mm.

◆ currentColor

NSColor* currentColor
static

The current font's color.

Definition at line 28 of file VuoInputEditorFont.mm.

◆ currentEditor

VuoInputEditorFont* currentEditor
static

The current font editor.

Definition at line 24 of file VuoInputEditorFont.mm.

◆ currentFontName

NSString* currentFontName
static

The current font name (PostScript format).

Definition at line 25 of file VuoInputEditorFont.mm.

◆ currentLineSpacing

double currentLineSpacing
static

The current font's line spacing.

Definition at line 31 of file VuoInputEditorFont.mm.

◆ currentPointSize

double currentPointSize
static

The current font size (in typographic points).

Definition at line 26 of file VuoInputEditorFont.mm.

◆ currentUnderline

bool currentUnderline
static

Does the current font have an underline?

Definition at line 27 of file VuoInputEditorFont.mm.