Name | Description | |
---|---|---|
![]() | PdfType3Font Constructor | Overloaded. |
The following tables list the members exposed by PdfType3Font.
Name | Description | |
---|---|---|
![]() | PdfType3Font Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Bold | Gets or sets a value indicating whether the font is bold. (Inherited from Xfinium.Pdf.Graphics.PdfFont) |
![]() | CharacterSpacing | Gets or sets the character spacing to be used by this font. (Inherited from PdfFont) |
![]() | CosFont | Gets the COS font dictionary. (Inherited from PdfFont) |
![]() | FirstChar | Gets or sets the first char in the font. |
![]() | FontBBox | Gets or sets the font bbox. |
![]() | FontMatrix | Gets or sets the font matrix. |
![]() | Glyphs | Gets the font glyphs. |
![]() | Italic | Gets or sets a value indicating whether the font is italic. (Inherited from PdfFont) |
![]() | LastChar | Gets or sets the last char in the font. |
![]() | Metrics | Gets the font metrics. (Inherited from PdfFont) |
![]() | Size | Gets or sets the font size. (Inherited from PdfFont) |
![]() | Strikethrough | Gets or sets a value indicating whether the font is strikethrough. (Inherited from PdfFont) |
![]() | StrikethroughOffset | Gets or sets the strikethrough offset. (Inherited from PdfFont) |
![]() | TextRenderingMode | Gets or sets the text rendering mode. (Inherited from PdfFont) |
![]() | Underline | Gets or sets a value indicating whether the font is underlined. (Inherited from PdfFont) |
![]() | Widths | Gets or sets the character widths. |
Name | Description | |
---|---|---|
![]() | CreateGlyphFromUnicodeCodePoint | Overloaded. Creates a PdfType3Glyph from the given code point and associates it with the given character code in this font. |
![]() | EnableTextCopy | This method sets up the proper structures to support text copy operations when character codes have been mapped to Unicode codepoints. |
![]() | EncodeString | Encodes the given text to a byte array based on font's encoding. (Inherited from Xfinium.Pdf.Graphics.PdfFont) |
![]() | GetCharWidth | Overridden. Gets the width of the given character when drawn with this font object. |