Class TypographyUtils
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 andfalse
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
AbstractTypographyApplierthe instance to set