HomeSort by relevance Sort by last modified time
    Searched refs:VarStoreInstancer (Results 1 - 4 of 4) sorted by null

  /external/fonttools/Lib/fontTools/varLib/
mutator.py 20 from fontTools.varLib.varStore import VarStoreInstancer
115 varStoreInstancer = VarStoreInstancer(hvar_table.VarStore, fvar.axes, loc)
125 width_delta = otRound(varStoreInstancer[width_idx])
228 vsInstancer = VarStoreInstancer(topDict.VarStore.otVarStore, fvar.axes, loc)
240 varStoreInstancer = VarStoreInstancer(mvar.VarStore, fvar.axes, loc)
247 delta = otRound(varStoreInstancer[rec.VarIdx])
287 instancer = VarStoreInstancer(gdef.VarStore, fvar.axes, loc)
merger.py 13 from fontTools.varLib.varStore import VarStoreInstancer
846 self.instancer = VarStoreInstancer(store, font['fvar'].axes, location)
varStore.py 141 class VarStoreInstancer(object):
  /external/fonttools/Lib/fontTools/subset/
cff.py 5 from fontTools.varLib.varStore import VarStoreInstancer

Completed in 75 milliseconds