Unit 'Graphics' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

FontNameToPangoFontDescStr

Parses the specified font name into X Logical Font Descriptor attributes.

Declaration

Source position: graphics.pp line 2000

procedure FontNameToPangoFontDescStr(

  const LongFontName: string;

  out aFamily: string;

  out aStyle: string;

  out aSize: Integer;

  out aSizeInPixels: Boolean

);

Description

Used in the implementation of the GTK2 widgetset to create font handles for logical fonts.



CT Web help

CodeTyphon Studio