CourierOblique
Represents the core PDF Courier Oblique font.
public class CourierOblique : CoreLatinFont
Public Class CourierOblique
Inherits CoreLatinFont
Inheritance: ObjectResourceFontCoreLatinFontCourierOblique
Licensing Info
This class is a DynamicPDF Core Suite Essentials feature. One of the following is required for non-evaluation usage:
- Any active DynamicPDF Subscription (Essentials, Professional, Professional Plus or Ultimate).
- A DynamicPDF Core Suite for .NET v12.X Essentials license.
- It can also be used for free with a public link back to www.dynamicpdf.com and with the DynamicPDF Essentials message displaying on the bottom of each page.
Constructors
CourierOblique(SingleByteEncoder) | Initializes a new instance of the CourierOblique font class. |
Properties
Ascender | Gets the ascender for the font. (Inherited from CoreLatinFont) |
Descender | Gets the descender for the font. (Inherited from CoreLatinFont) |
Encoder | Gets the encoder for the font. (Inherited from Font) |
FormFontName | Gets the four character name of the font. |
LineBreaker | Gets the default line breaker for the font. (Inherited from CoreLatinFont) |
LineGap | Gets the line gap for the font. (Inherited from CoreLatinFont) |
Name | Gets the name of the font. (Inherited from CoreLatinFont) |
RequiredPdfObjects | Gets the number of PDF objects required by the core Latin font. (Inherited from CoreLatinFont) |
ResourceType | Gets the resource type. (Inherited from Font) |
SingleByteEncoder | Gets the single byte encoder for the font. (Inherited from CoreLatinFont) |
Uid | Gets the unique ID of the resource. (Inherited from Resource) |
Methods
Draw(DocumentWriter) | Draws the font definition to the given DocumentWriter object. (Inherited from CoreLatinFont) |
Equals(Object) | Determines whether the specified Object is equal to the current Object . (Inherited from Object) |
GetAscender(Single) | Returns the ascender of the font in points for the given font size. (Inherited from Font) |
GetBaseLine(Single, Single) | Returns the baseline of the font in points for the given leading and font size. (Inherited from Font) |
GetDefaultLeading(Single) | Returns the default leading of the font in points for the given font size. (Inherited from Font) |
GetDescender(Single) | Returns the descender of the font in points for the given font size. (Inherited from Font) |
GetGlyphWidth(Char) | Returns the mwidth of a glyph. (Inherited from CoreLatinFont) |
GetHashCode() | Serves as a hash function for a particular type. (Inherited from Object) |
GetKernValue(Char, Char) | Returns kerning space between two chars. (Inherited from Font) |
GetLineGap(Single) | Returns the line gap of the font in points for the given font size. (Inherited from Font) |
GetTextLines(Char[], Single, Single) | Returns a TextLineList for the given character array. (Inherited from Font) |
GetTextLines(Char[], Single, Single, Single) | Returns a TextLineList for the given character array. (Inherited from Font) |
GetTextWidth(Char[], Single) | Returns the width of the given text. (Inherited from Font) |
GetTextWidth(String, Single) | Returns the width of the given text. (Inherited from Font) |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
HasKerning() | Indicates whether the given font is having Kerning pairs or not. (Inherited from Font) |
ToString() | Returns a String that represents the current Object . (Inherited from Object) |