The Font type exposes the following members.
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. |