iText 8.0.5 API
iText.Layout.Renderer.TypographyUtils Class Reference

Static Public Member Functions

static void  SetTypographyApplierInstance (AbstractTypographyApplier newInstance)
  Set iText.Layout.Renderer.Typography.AbstractTypographyApplier instance to use. More...
 
static bool  IsPdfCalligraphAvailable ()
  Checks if layout module can access pdfCalligraph More...
 
static ICollection< UnicodeScript GetSupportedScripts ()
 
static ICollection< UnicodeScript GetSupportedScripts (Object typographyConfig)
 
static IDictionary< String, byte[]>  LoadShippedFonts ()
 

Member Function Documentation

◆ IsPdfCalligraphAvailable()

static bool iText.Layout.Renderer.TypographyUtils.IsPdfCalligraphAvailable ( )
inlinestatic

Checks if layout module can access pdfCalligraph

Returns
true if layout can access pdfCalligraph and false otherwise

◆ SetTypographyApplierInstance()

static void iText.Layout.Renderer.TypographyUtils.SetTypographyApplierInstance ( AbstractTypographyApplier  newInstance )
inlinestatic

Set iText.Layout.Renderer.Typography.AbstractTypographyApplier instance to use.

Parameters
newInstance the instance to set