SYMBOL INDEX (33 symbols across 6 files) FILE: examples/quick_brown_fox.js class Animal (line 1) | class Animal { method constructor (line 2) | constructor (options) { method description (line 7) | get description () { method describe_action (line 11) | describe_action (verb, object) { FILE: src/build_from_images.py function adjustCoords (line 40) | def adjustCoords(x, y): function makeGlyph (line 45) | def makeGlyph(name: str, img: Image.Image): function isClockwise (line 133) | def isClockwise(g: Contour): function dot (line 138) | def dot(ax, ay, bx, by): function sign (line 141) | def sign(n): function thicken (line 144) | def thicken(g: Glyph, amount: int): function thin (line 180) | def thin(g: Glyph, amount: int): function italicize (line 184) | def italicize(g: Glyph, slope: float): function glyphName (line 192) | def glyphName(c): function charWidth (line 195) | def charWidth(c): function getOrd (line 217) | def getOrd(c): function addLigature (line 222) | def addLigature(parts, path, suffix, lazy = False): function addGlyphsFromDir (line 255) | def addGlyphsFromDir(dir, suffix = ""): function getFamilyName (line 350) | def getFamilyName(): function getStyleName (line 353) | def getStyleName(weight: int = 400, italicAngle: float = 0.0): function getStyleNameShort (line 356) | def getStyleNameShort(weight: int = 400, italicAngle: float = 0.0): function getFullNameShort (line 359) | def getFullNameShort(weight: int = 400, italicAngle: float = 0.0): function writeUFO (line 362) | def writeUFO(weight: int = 400, italicAngle: float = 0.0): FILE: src/gen_braille.py function drawPattern (line 12) | def drawPattern(i, x, y): FILE: src/gen_charlist.py function charWidth (line 7) | def charWidth(c): function printAllChars (line 15) | def printAllChars(font): FILE: src/gen_template.py function printUsage (line 8) | def printUsage(): function charWidth (line 28) | def charWidth(c): function findFont (line 83) | def findFont(name): function charInFont (line 112) | def charInFont(unicode_char, font): function getFontFor (line 119) | def getFontFor(char): function glyphFontFor (line 131) | def glyphFontFor(char): FILE: src/watch.py class ReloadingHandler (line 6) | class ReloadingHandler(FileSystemEventHandler): method on_any_event (line 7) | def on_any_event(self, event: FileSystemEvent):