|
AddMeasurableCharacterRange(TCharacterRange)
|
Adds a character range for this String Format object that, when in a string, can be measured.
A character range is a range of character positions within a string of text. The area of the display that is occupied by a group of characters that are specified by the character range, is the bounding region. A character range is set by AddMeasurableCharacterRange method. The number of ranges that are currently set can be determined by the MeasurableCharacterRangeCount property. This number is also the number of regions expected to be obtained by the MeasureCharacterRanges method.
|
|
AddTabStop(Single)
|
Adds a tab stop and returns the current object.
|
|
Assign(GpStringFormat)
|
Overloaded. Copies the GDI+ StringFormat object to the current RiverSoftAVG GDI+ string format object.
|
|
Assign(TPersistent)
|
Overloaded. Represents method Assign(TPersistent).
|
|
Changed
|
Call this method when the graphics object changes. It triggers an OnChange event. (Inherited from RSGdiPlusGraphics.TRSGPGraphicsObject.)
|
|
ClearMeasurableCharacterRanges
|
Deletes all measurable character ranges from the string format object.
|
|
ClearTabStops
|
Clears all tab stops from the string format
|
|
Clone
|
Creates a copy of the graphics object (Inherited from RSGdiPlusGraphics.TRSGPGraphicsObject.)
|
|
DeleteMeasurableCharacterRange(Integer)
|
Deletes a character range for this string format object. The character range deleted is specified by the index.
|
|
DeleteTabStop(Integer)
|
Deletes the tab stop at the specified position in the list of tab stops
|
|
GenericTypographic
|
Creates a generic, typographic StringFormat object. It is the responsibility of the calling routine to free the object.A generic, typographic StringFormat object has the following characteristics:
• String format flags sffLineLimit, sffFlagsNoClip, and sffNoFitBlackBox are set. • Character alignment and line alignment are set to saNear. • Language ID is set to neutral language, which means that the current language associated with the calling thread is used. • String digit substitution is set to sdsUser. • Hot key prefix is set to hpNone. • Number of tab stops is set to zero. • String trimming is set to stNone.
|
|
|
GetFlagMask(TRSGPStringFormatFlags)
|
Converts the set of string format flags into an integer appropriate to pass into GDI+ API functions.
String format flags specify the set of text layout information (such as orientation and clipping) and display manipulations (such as ellipsis insertion, digit substitution, and representation of characters that are not supported by a font).
|
|
GetFlags(Integer)
|
Converts a GDI+ flag integer into a set of string format flags .
String format flags specify the set of text layout information (such as orientation and clipping) and display manipulations (such as ellipsis insertion, digit substitution, and representation of characters that are not supported by a font).
|
|
GetHandle
|
Call this method to acquire a handle from the GDI+ flat API library (Overrides RSGdiPlusGraphics.TRSGPGraphicsObject.GetHandle.)
|
|
Notification(TRSGPCanvas)
|
Called when the Canvas is releasing control of the graphics object. The canvas will no longer be responsible for freeing the graphics object. (Inherited from RSGdiPlusGraphics.TRSGPGraphicsObject.)
|
|
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. (Inherited from RSGdiPlusGraphics.TRSGPGraphicsObject.)
|
|
QueryInterface(TGUID,Void)
|
Represents method QueryInterface(TGUID,Void). (Inherited from RSGdiPlusGraphics.TRSGPGraphicsObject.)
|
|
ReleaseHandle
|
Releases the underlying GDI+ object back to the GDI+ library. (Overrides RSGdiPlusGraphics.TRSGPGraphicsObject.ReleaseHandle.)
|
|
Update
|
Update native graphics object (Overrides RSGdiPlusGraphics.TRSGPGraphicsObject.Update.)
|
|
_AddRef
|
Represents method _AddRef. (Inherited from RSGdiPlusGraphics.TRSGPGraphicsObject.)
|
|
_Release
|
Represents method _Release. (Inherited from RSGdiPlusGraphics.TRSGPGraphicsObject.)
|