New TFont instances are initialized with the values in this structure.
About font default values: The default font is chosen by the interfaces depending on the context.
For example, there can be a different default font for a button and a groupbox.
Most of the data about the font are dealt with by the protected procedures GetData and SetData which operate on TFontData
Individual properties such as Character Set, colour and size can be accessed in the public area
@@ -1643,7 +1862,9 @@ Since FPC 2.0 the LCL uses TFPCanvasHelper as ancestor.Method: TFont.Assign
Params: ALogFont: TLogFont or
Source: another font
Returns: nothing
+Method: TFont.Assign +
+Params: ALogFont: TLogFont or
++ Source: another font
+Returns: nothing
Copies the logfont or source settings to itselfParams: x1, y1, x2, y2, StartAngle16Deg, EndAngle16Deg
+Use Chord to draw a filled Chord-shape on the canvas.
+The angles angle1 and angle2 are 1/16th of a degree. For example, a full circle equals 5760(16*360).
+Positive values of Angle and AngleLength mean counter-clockwise while negative values mean clockwise direction. Zero degrees is at the 3 o'clock position.
+Alternatively the starting and ending points may be specified as radial points (sx, sy, ex, ey)
+DestRec
+Params: x1, y1, x2, y2, StartAngle16Deg, EndAngle16Deg: Integer
+Use Pie to draw a filled pie-shaped wedge on the canvas.
+The angles StartAngle16Deg and EndAngle16Deg are 1/16th of a degree. For example, a full circle equals 5760 (16*360).
+Positive values of Angle and AngleLength mean counter-clockwise while negative values mean clockwise direction. Zero degrees is at the 3 o'clock position.
++ Jpeg - returns a JPEG image
+If the contents is not already a JPEG image, the contents are thrown away and a blank JPEG is returned
++ PNM - a PortableAnyMapGraphic image
+Reads a PNM image. If it is not a valid PNM image, the contents are thrown away and a blank PNM is generated
+