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

TWidgetSet.GetCharABCWidths

Returns the ABC widths of a range of character codes.

Declaration

Source position: winapih.inc line 122

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

_ABC

  

Record describing the width of a TrueType character.


Version 4.0 Generated 2025-05-03 Home