ImageGear21.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEFont Class > ImGearPDEFont Constructor : ImGearPDEFont Constructor(ImGearPDEFontAttrs,Int32,Int32,Int16[],String[],ImGearPDFAtom,ImGearPDFStream,Int32,Int32,Int32) |
'Declaration Public Function New( _ ByVal attributes As ImGearPDEFontAttrs, _ ByVal firstCharacterIndex As Integer, _ ByVal lastCharacterIndex As Integer, _ ByVal widths() As Short, _ ByVal glyphNames() As String, _ ByVal encodingBaseName As ImGearPDFAtom, _ ByVal fontStream As ImGearPDFStream, _ ByVal length As Integer, _ ByVal encryptedPartLength As Integer, _ ByVal remainingPartLength As Integer _ )
'Usage Dim attributes As ImGearPDEFontAttrs Dim firstCharacterIndex As Integer Dim lastCharacterIndex As Integer Dim widths() As Short Dim glyphNames() As String Dim encodingBaseName As ImGearPDFAtom Dim fontStream As ImGearPDFStream Dim length As Integer Dim encryptedPartLength As Integer Dim remainingPartLength As Integer Dim instance As New ImGearPDEFont(attributes, firstCharacterIndex, lastCharacterIndex, widths, glyphNames, encodingBaseName, fontStream, length, encryptedPartLength, remainingPartLength)
public ImGearPDEFont( ImGearPDEFontAttrs attributes, int firstCharacterIndex, int lastCharacterIndex, short[] widths, string[] glyphNames, ImGearPDFAtom encodingBaseName, ImGearPDFStream fontStream, int length, int encryptedPartLength, int remainingPartLength )
public: ImGearPDEFont( ImGearPDEFontAttrs* attributes, int firstCharacterIndex, int lastCharacterIndex, short[]* widths, string*[]* glyphNames, ImGearPDFAtom* encodingBaseName, ImGearPDFStream* fontStream, int length, int encryptedPartLength, int remainingPartLength )