Name | Description | |
---|---|---|
![]() | AddFont(Byte[]) |
Creates a new font using provided font bytes and adds the new font to the
end of the collection of document fonts.
|
![]() | AddFont(PdfBuiltInFont) |
Adds a new instance of built-in font to the end of the collection
of document fonts.
|
![]() | AddFont(Stream) |
Creates a new font using provided stream with font bytes and adds the new
font to the end of the collection of document fonts.
|
![]() | AddFont(String) |
Adds a new font with specified face name to the end of the
collection of document fonts.
|
![]() | AddFont(Byte[], Boolean, Boolean) |
Creates a new font with specified properties using provided font bytes and
adds the new font to the end of the collection of document fonts.
|
![]() | AddFont(PdfBuiltInFont, Boolean, Boolean) |
Adds a new instance of built-in font with specified properties
to the end of the collection of document fonts.
|
![]() | AddFont(Stream, Boolean, Boolean) |
Creates a new font with specified properties using provided stream with font
bytes and adds the new font to the end of the collection of document fonts.
|
![]() | AddFont(Byte[], Boolean, Boolean, Boolean, Boolean) |
Creates a new font with specified properties using provided font bytes and
adds the new font to the end of the collection of document fonts.
|
![]() | AddFont(Stream, Boolean, Boolean, Boolean, Boolean) |
Creates a new font with specified properties using provided stream with font
bytes and adds the new font to the end of the collection of document fonts.
|
![]() | AddFont(String, Boolean, Boolean, Boolean, Boolean) |
Adds a new font with specified properties to the end of the
collection of document fonts.
|