The Font type exposes the following members.
Name | Description | |
---|---|---|
Font | Overloaded. Creates new Font class instance. |
Name | Description | |
---|---|---|
{dtor} |
Enables using delete operator in C++ applications. It is strongly not recommended to use it directly. |
|
Clone |
Creates a full copy of this Font object. |
|
CreateSpecificFont |
Returns a font with the requested name. |
|
Dispose |
Releases all resources used by this Font. (Overrides LockableObject.Dispose().) |
|
Equals | (Inherited from Object.) | |
GetA |
Returns A spacing from ABC metric for given character. |
|
GetB |
Returns B spacing from ABC metric for given character. |
|
GetBlackBox | Overloaded. Returns a rectangle that describes the character or string black box. |
|
GetC |
Returns C spacing from ABC metric for given character. |
|
GetCharacterPositions |
Returns an array of horizontal positions of each character in given text string. |
|
GetHashCode | (Inherited from Object.) | |
GetKerning |
Returns kerning value for given pair of characters. |
|
GetType | (Inherited from Object.) | |
HorizontalPixelsToUnits |
Converts horizontal value from pixels to unit specified in Unit property. (Inherited from UnitConverterObject.) |
|
HorizontalUnitsToPixels |
Converts horizontal value from unit specified in Unit property to pixels. (Inherited from UnitConverterObject.) |
|
Lock |
Locks the object. (Inherited from LockableObject.) |
|
MeasureFormattedText | Overloaded. Gets extent of the given formatted text (both width and height) when it will be drawn with the GdiGraphics.DrawFormattedText method. |
|
MeasureString |
Gets the extent (both width and height) of the string draw by the GdiGraphics.DrawString method. |
|
MeasureText | Overloaded. Gets given text extent (both width and height) when it will be drawn with the GdiGraphics.DrawText method. |
|
MemberwiseClone | (Inherited from Object.) | |
ToGdiplusFont |
Converts the font to the System.Drawing.Font class. |
|
ToString | (Inherited from Object.) | |
Unlock |
Unlocks the object previously locked with method Lock(). (Inherited from LockableObject.) |
|
VerticalPixelsToUnits |
Converts vertical value from pixels to unit specified in Unit property. (Inherited from UnitConverterObject.) |
|
VerticalUnitsToPixels |
Converts vertical value from unit specified in Unit property to pixels. (Inherited from UnitConverterObject.) |
Name | Description | |
---|---|---|
Implicit | Overloaded. Casts Aurigma.GraphicsMill.Drawing.Font class instance to System.Drawing.Font or vice versa. |
Name | Description | |
---|---|---|
FontWeightBold |
Bold weight. Always 700. |
|
FontWeightDontCare |
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/sets value specifying if text should be antialiased. |
|
Ascent |
Returns ascent of the current font. |
|
AverageCharWidth |
Returns an average character width of the current font. |
|
Bold |
Gets/sets value specifying if font is bold. |
|
ClearType |
Gets/sets value specifying if to use ClearType antialiasing for fonts (optimized for LCD monitors). |
|
Descent |
Returns descent of the current font. |
|
EmHeight |
Returns em height of the font (also known as em square or em size). |
|
ExternalLeading |
Returns external leading of the current font. |
|
GdiCharset |
Gets/sets charset for displaying non-Unicode characters. |
|
HorizontalAlignment |
Gets/sets horizontal text alignment, i.e. value specifying how to locate the text string relatively X-coordinate of the point of text output (which is retrieved to DrawString(String, Font, Pen, Brush, Int32, Int32) method). |
|
HorizontalResolution |
Specifies horizontal resolution of the image (also known as DPI, dots per inch). (Inherited from UnitConverterObject.) |
|
InternalLeading |
Returns internal leading of the current font. |
|
IsDisposed | (Inherited from LockableObject.) | |
Italic |
Gets/sets value specifying if font is italic. |
|
LineGap |
Returns line gap of the current font. |
|
Locked |
Indicates if the object has been locked. (Inherited from LockableObject.) |
|
MaximumCharWidth |
Returns the width of the widest character in the font. |
|
Name |
Gets typeface name of the font. |
|
Size |
Gets/sets font size. |
|
Strikeout |
Gets/sets value specifying if font is stroke out. |
|
Timeout |
Gets/sets value specifying maximum time for which object can be locked. (Inherited from LockableObject.) |
|
Tracking |
Gets/sets font tracking (also known as intercharacter spacing). |
|
Underline |
Gets/sets value specifying if font is underlined. |
|
Unit |
Gets/sets unit to convert from/to. (Inherited from UnitConverterObject.) |
|
VerticalAlignment |
Gets/sets vertical text alignment, i.e. value specifying how to locate the text string relatively Y-coordinate of the point of text output (which is retrieved to DrawString(String, Font, Pen, Brush, Int32, Int32) method). |
|
VerticalResolution |
Specifies vertical resolution (also known as DPI, dots per inch). (Inherited from UnitConverterObject.) |
|
Weight |
Gets/sets a font weight. |