LoadFontArray

Load the specify font descriptor into the LoadedFonts array.

Not intended to be used directly from your code.

Private Sub LoadFontArray(FontDictionaryName As String, FontName As pdf.FontName,
                          Optional FontStyle As pdf.FontStyle = pdf.FontStyle.Regular)

Values passed to this procedure:

FontDictionaryNameThe name used to reference the font within the document Font Dictionary. The FontDictionaryName is assigned to the font when you call LoadFont.
FontNameThe pdf.FontName to load.
FontStyleThe pdf.FontStyle (Regular, Bold, Italic or BoldItalic).