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

TWidgetSet.GetCharABCWidths

Returns the ABC widths of an range of character codes.

Declaration

Source position: winapih.inc line 121

public function TWidgetSet.GetCharABCWidths(

  DC: HDC;

  p2: UINT;

  p3: UINT;

  const ABCStructs

):Boolean; virtual;

Arguments

DC

  

The device context.

p2

  

The first character code

p3

  

The last character code.

ABCStructs

  

Array of ABC records, receiving the information.

Function result

False on failure.

See also

#lcl.LCLType._ABC

  

Record describing the width of a TrueType character.

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