User Tools

Site Tools


api:dk11:delphi:vcl.gisgdiplus.tgis_gdipfont

TGIS_GdipFont class

DK11 for Delphi | VCL.GisGdiPlus.TGIS_GdipFont | Classes | Constructors | Fields | Methods | Properties

Encapsulation of Gdi+ font.

Syntax

// Delphi
type
  TGIS_GdipFont = class( TGIS_ObjectDisposable )
  end;
// C++ Builder
class PASCALIMPLEMENTATION TGIS_GdipFont : public TGIS_ObjectDisposable
{
};

Inheritance

Constructors

Inherited Overrides Protected
Name Visibility Description
Create public Create a font.

Fields

Inherited Protected
Name Visibility Description
fontFamily protected Font family.
lastResult protected Status of last called Gdi+ function.
nativeFont protected Native Gdi+ font.

Methods

Inherited Overrides Protected
Name Visibility Description
GetLastStatus public Get status of the last operation.

Properties

Inherited Protected
Name Visibility Description
Style public Get font style.

References

2022/09/01 10:07

Page Tools