We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
from fontgate import * from fontlab import * ws = flWorkspace.instance() canvas = ws.getActiveCanvas() textblocks = canvas.textBlocks() symbols = textblocks[0].symbolList() print symbols.string(True) # glyphtext representation print symbols.symbols() symbols.setString('A' + symbols.string(True) + ' A') flItems.requestContent(symbols, 0)