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

tagTEXTMETRICW

Declaration

Source position: lcltype.pp line 2483

type tagTEXTMETRICW = record

  tmHeight: LongInt;

  

  tmAscent: LongInt;

  

  tmDescent: LongInt;

  

  tmInternalLeading: LongInt;

  

  tmExternalLeading: LongInt;

  

  tmAveCharWidth: LongInt;

  

  tmMaxCharWidth: LongInt;

  

  tmWeight: LongInt;

  

  tmOverhang: LongInt;

  

  tmDigitizedAspectX: LongInt;

  

  tmDigitizedAspectY: LongInt;

  

  tmFirstChar: WideChar;

  

  tmLastChar: WideChar;

  

  tmDefaultChar: WideChar;

  

  tmBreakChar: WideChar;

  

  tmItalic: Byte;

  

  tmUnderlined: Byte;

  

  tmStruckOut: Byte;

  

  tmPitchAndFamily: Byte;

  

  tmCharSet: Byte;

  

end;


Version 3.2 Generated 2024-02-25 Home