Functions Counting Perfa Font Symbols

You can use functions to count how many symbols in a certain perfa font there are in a 1up or layout.

The functions

Extracting To Extract From
  The Active Drawing Drawing Specified By
System Name User-Defined Name
All Symbols in a Font SymbolCount(FontName) OneUpN.SymbolCount(FontName) "DrawingName".SymbolCount(FontName)
LayoutN.SymbolCount(FontName)
Specific Symbol in a Font SymbolCount(FontName, SymbolName) OneUpN.SymbolCount(FontName, SymbolName) "DrawingName".SymbolCount(FontName, SymbolName)
LayoutN.SymbolCount(FontName, SymbolName)
  1. List separator: When typing a formula, make sure you separate its arguments with your computer's list separator symbol. Yours may be different from the one used in this guide. Examples (in red):
    With Semicolon With Comma
    $Layout1.Area(m; Plotting); n2$ $Layout1.Area(m, Plotting), n2$