[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LCLType' (#lcl)

LOGFONTA

Alias to the Windows.LogFont type. Defined for the Windows platform.

Declaration

Source position: lcltype.pp line 2295

type LOGFONTA = record

  lfHeight: LongInt;

  

Height (in logical units) for a character in the font.

  lfWidth: LongInt;

  

Width (in logical units) for a character in the font.

  lfEscapement: LongInt;

  

The angle (in tenths of a degree) between the escapement vector and the x-axis of the device.

  lfOrientation: LongInt;

  

The angle (in tenths of a degree) between the base line for a character and the x-axis of the device.

  lfWeight: LongInt;

  

The weight for the font in the range 0..1000. 400 is normal and 700 is bold. 0 causes a default font weight to be used.

  lfItalic: Byte;

  

  lfUnderline: Byte;

  

  lfStrikeOut: Byte;

  

  lfCharSet: Byte;

  

  lfOutPrecision: Byte;

  

  lfClipPrecision: Byte;

  

  lfQuality: Byte;

  

  lfPitchAndFamily: Byte;

  

  lfFaceName: array [0..LF_FACESIZE-1] of AnsiChar;

  

end;


Version 4.0 Generated 2025-05-03 Home