The Font type exposes the following members.
Name | Description | |
---|---|---|
Font | Overloaded. Initializes a new instance of the Font class. |
Name | Description | |
---|---|---|
CreateSpecificFont |
Returns a font with the requested name. |
|
Dispose |
Releases all resources used by this Font. |
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetA |
Returns an A spacing (from ABC metric) for the given character. |
|
GetB |
Returns an B spacing (from ABC metric) for the given character. |
|
GetBlackBox | Overloaded. Returns a rectangle that describes the character black box. |
|
GetC |
Returns an C spacing (from ABC metric) for the given character. |
|
GetCharacterPositions |
Returns an array of x-coordinates of each character in a given text string. |
|
GetHashCode | (Inherited from Object.) | |
GetKerning |
Returns a kerning value for a given pair of characters. |
|
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToGdiPlusFont |
Gets the System.Drawing.Font containing a copy of this Font. |
|
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
Explicit |
Converts the specified Aurigma.GraphicsMill.Drawing.Font instance to a System.Drawing.Font. |
|
Implicit |
Converts the specified System.Drawing.Font instance to a Aurigma.GraphicsMill.Drawing.Font. |
Name | Description | |
---|---|---|
FontWeightBold |
Bold weight. Always 700. |
|
FontWeightDoNotCare |
The default weight. Always 0. |
|
FontWeightExtrabold |
Extra bold weight. Always 800. |
|
FontWeightExtraLight |
Extra light weight. Always 200. |
|
FontWeightHeavy |
Heavy weight. Always 900. |
|
FontWeightLight |
Light weight. Always 300. |
|
FontWeightMedium |
Medium weight. Always 500. |
|
FontWeightNormal |
Normal weight. Always 400. |
|
FontWeightSemibold |
Semibold weight. Always 600. |
|
FontWeightThin |
Thin weight. Always 100. |
Name | Description | |
---|---|---|
Antialiased |
Gets or sets a value that indicates whether the text is antialiased. |
|
Ascent |
Get an ascent of the current font. |
|
AverageCharWidth |
Gets an average character width of the current font. |
|
Bold |
Gets or sets a value that indicates whether the text is bold. |
|
ClearType |
Gets or sets a value that indicates whether the ClearType antialiasing is used for fonts (optimized for LCD monitors). |
|
Descent |
Get an descent of the current font. |
|
EmHeight |
Gets an em height of the font (also known as em square or em size). |
|
ExternalLeading |
Gets an external leading of the current font. |
|
GdiCharset |
Gets or sets a charset for displaying non-Unicode characters. |
|
HorizontalAlignment |
Gets or sets a horizontal text alignment. |
|
InternalLeading |
Gets an internal leading of the current font. |
|
Italic |
Gets or sets a value that indicates whether the text is italic. |
|
LineGap |
Gets a line gap of the current font. |
|
MaximumCharWidth |
Gets a width of the widest character in the font. |
|
Name |
Gets a typeface name of the font. |
|
Size |
Gets or sets a font size. |
|
Strikeout |
Gets or sets a value that indicates whether the text is stricken out. |
|
Tracking |
Gets or sets a font tracking (also known as intercharacter spacing). |
|
Underline |
Gets or sets a value that indicates whether the text is underlined. |
|
VerticalAlignment |
Gets or sets a vertical text alignment. |
|
Weight |
Gets or sets a font weight. |