Skip to main content
Skip table of contents

IFontProvider

IFontProvider Public interface

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text
  iTextSharp.text.IFontProvider[[IFontProvider]]
  class iTextSharp.text.IFontProvider interfaceStyle;
  end

Members

Methods

Public methods
ReturnsName
FontGetFont(string fontname, string encoding, bool embedded, float size, int style, BaseColor color)
boolIsRegistered(string fontname)

Details

Methods

IsRegistered
public bool IsRegistered(string fontname)
Arguments
TypeNameDescription
stringfontname
GetFont
public Font GetFont(string fontname, string encoding, bool embedded, float size, int style, BaseColor color)
Arguments
TypeNameDescription
stringfontname
stringencoding
boolembedded
floatsize
intstyle
BaseColorcolor

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.