|
Assign(GpFont)
|
Overloaded. Copy GDI+ font to the current font object.
|
|
Assign(TPersistent)
|
Overloaded. Represents method Assign(TPersistent).
|
|
AssignTo(TPersistent)
|
Represents method AssignTo(TPersistent).
|
|
GetFont(GpFontFamily)
|
Represents method GetFont(GpFontFamily).
|
|
GetFontStyle(Integer)
|
Overloaded. Returns an integer value that is an element of the Style enumeration or the result of a bitwise OR applied to two or more elements of the Style enumeration.
|
|
GetFontStyle(TRSGPFontStyles)
|
Overloaded. Returns a set of TRSGPFontStyle based on the integer input
|
|
GetHandle
|
Call this method to acquire a handle from the GDI+ flat API library (Overrides RSGdiPlusGraphics.TRSGPGraphicsObject.GetHandle.)
|
|
GetLogFontA
|
Returns a LOGFONTA record containing the attributes of this Font object.
|
|
GetLogFontW
|
Returns a LOGFONTA record containing the attributes of this Font object.
|
|
IsFontFamilyAvailable(String)
|
Returns true if a font with the specified name is available to use.
|
|
ObjectChanged(TObject)
|
Represents method ObjectChanged(TObject).
|
|
Prepare(TRectF,Single)
|
Prepare the graphics object for drawing. Graphics objects respond in this method to upcoming calls. For example, gradient brushes can make sure the gradient will cover the entire rectangle. (Overrides RSGdiPlusGraphics.TRSGPGraphicsObject.Prepare(TRectF,Single).)
|
|
ReleaseHandle
|
Releases the underlying GDI+ object back to the GDI+ library. (Overrides RSGdiPlusGraphics.TRSGPGraphicsObject.ReleaseHandle.)
|