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

GetTextExtentIgnoringAmpersands

Declaration

Source position: gtkproc.pp line 747

procedure GetTextExtentIgnoringAmpersands(

  TheFont: TGtkIntfFont;

  Str: PChar;

  StrLength: Integer;

  lbearing: Pgint;

  rbearing: Pgint;

  width: Pgint;

  ascent: Pgint;

  descent: Pgint

);