Kawapad API Reference
ABOUT-INTRO
SYNOPSIS
(about-intro)
DESCRIPTION
Welcome to Kawapad! Kawapad is a simple Lisp Scheme editor which can edit and execute Scheme code on the fly. Kawapad includes Java implementation of a powerful computer language Lisp Scheme. To show all available procedures, execute (help). To show help of a procedure, execute (help [procedure-name] ) .
LOAD-FONT
SYNOPSIS
(load-font file-size::string font-size::number)::void
DESCRIPTION
Set the main font of the editor. Kawapad can change its font-face. ||load-font|| loads a file from the filesystem and set it to the font-face of Kawapad.
LOAD-FONT-UI
SYNOPSIS
(load-font-ui file-size::string font-size::number)::void
DESCRIPTION
Set the main font of the ui. _load-font-ui_ loads a file from the specified file and set it as the default font of the current ui.