Skip to content

typerig.proxy.application.app

Adam Twardoch edited this page Aug 19, 2020 · 1 revision

Example

import fontlab as fl6
import fontgate as fgt
from typerig.proxy import *

font = pFont()
g = eGlyph()
app = pWorkspace()

# This will get all fgGlyphs in current GW
print app.getTextBlockGlyphs()

# This will get the current kern pair in KW, TW
print app.getActiveKernPair()

# This will get all glyphs selected in FW
print font.selectedGlyphs()
Clone this wiki locally