ITextShaperFactory

ITextShaperFactory interface

An interface of a factory for constructing ITextShaper implementations.

public interface ITextShaperFactory

Methods

NameDescription
GetTextShaper(string, int)Returns new instance of a text shaper for the font specified by fontPath and faceIndex.
GetTextShaper(string, byte[], int)Returns new instance of a text shaper for the font represented by fontBlob and faceIndex.

See Also