Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
40 lines (31 loc) · 2.38 KB

plugins.finalcutpro.console.font.md

File metadata and controls

40 lines (31 loc) · 2.38 KB

docs » plugins.finalcutpro.console.font


Final Cut Pro Font Console

API Overview

API Documentation

Variables

Signature plugins.finalcutpro.console.font.processedFonts -> table
Type Variable
Description Table of font paths which have already been loaded or skipped.

Functions

Signature plugins.finalcutpro.console.font.onActivate() -> none
Type Function
Description Handles Console Activations.
Parameters
  • handler - Handler instance.
  • action - Action table.
  • text - Selected text from the Console.
Returns
  • None
Signature plugins.finalcutpro.console.font.show() -> none
Type Function
Description Shows the Font Console.
Parameters
  • None
Returns
  • None