Table of Contents

Class TypographyUtils

Namespace
iText.Layout.Renderer
Assembly
itext.layout.dll
public sealed class TypographyUtils
Inheritance
TypographyUtils
Inherited Members

Methods

GetSupportedScripts()

public static ICollection<UnicodeScript> GetSupportedScripts()

Returns

ICollection<UnicodeScript>

GetSupportedScripts(object)

public static ICollection<UnicodeScript> GetSupportedScripts(object typographyConfig)

Parameters

typographyConfig object

Returns

ICollection<UnicodeScript>

IsPdfCalligraphAvailable()

Checks if layout module can access pdfCalligraph

public static bool IsPdfCalligraphAvailable()

Returns

bool

true if layout can access pdfCalligraph and false otherwise

LoadShippedFonts()

public static IDictionary<string, byte[]> LoadShippedFonts()

Returns

IDictionary<string, byte[]>

SetTypographyApplierInstance(AbstractTypographyApplier)

Set AbstractTypographyApplier instance to use.

public static void SetTypographyApplierInstance(AbstractTypographyApplier newInstance)

Parameters

newInstance AbstractTypographyApplier

the instance to set