Conforms to GSGlyphViewControllerProtocol
Declared in GSGlyphViewControllerProtocol.h

Overview

This protocol defines the API for the edit view controller.

Tasks

Properties

graphicView

The actual edit view

@property (readonly, nonatomic) NSView<GSGlyphEditViewProtocol,NSTextInputClient> *graphicView

selectedFeatures

The selected features

@property (readonly, nonatomic) NSArray *selectedFeatures

selectedInstance

The selected instance in the preview view

@property (nonatomic, assign) NSInteger selectedInstance

writingDirection

The writing direction

@property (nonatomic) GSWritingDirection writingDirection

Instance Methods

forceRedraw

updates the graphicView and preview

- (void)forceRedraw

redraw

call to update the graphicView

- (void)redraw

updateFormatBar:

is called when the status bar needs updating

- (void)updateFormatBar:(NSString *)keyPath