BasicTextShaperCache constructor

BasicTextShaperCache(factory)

Wraps factory and cachesITextShaperFactory.get_text_shaper() results.

def __init__(self, factory: aspose.words.shaping.ITextShaperFactory):
    ...
ParameterTypeDescription
factoryITextShaperFactory

See Also