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

TNewTextMetric

Declaration

Source position: lcltype.pp line 2395

type TNewTextMetric = record

  tmHeight: LongInt;

  tmAscent: LongInt;

  tmDescent: LongInt;

  tmInternalLeading: LongInt;

  tmExternalLeading: LongInt;

  tmAveCharWidth: LongInt;

  tmMaxCharWidth: LongInt;

  tmWeight: LongInt;

  tmOverhang: LongInt;

  tmDigitizedAspectX: LongInt;

  tmDigitizedAspectY: LongInt;

  tmFirstChar: AnsiChar;

  tmLastChar: AnsiChar;

  tmDefaultChar: AnsiChar;

  tmBreakChar: AnsiChar;

  tmItalic: Byte;

  tmUnderlined: Byte;

  tmStruckOut: Byte;

  tmPitchAndFamily: Byte;

  tmCharSet: Byte;

  ntmFlags: DWORD;

  ntmSizeEM: UINT;

  ntmCellHeight: UINT;

  ntmAvgWidth: UINT;

end;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.