Unit 'gaFonts' Package
[Overview][Types][Classes][Procedures and functions][Index] [#bs_engines]

TgaFontCache.GetTextOutline

Declaration

Source position: gafonts.pas line 479

public function TgaFontCache.GetTextOutline(

  x: Double;

  y: Double;

  const text: string

):TPathsD; overload;

function TgaFontCache.GetTextOutline(

  x: Double;

  y: Double;

  const text: string;

  out nextX: Double;

  underlineIdx: Integer = 0

):TPathsD; overload;

function TgaFontCache.GetTextOutline(

  const rec: TRect;

  const text: string;

  textAlign: TgaTextAlign;

  textAlignV: TgaTextVAlign;

  underlineIdx: Integer = 0

):TPathsD; overload;

function TgaFontCache.GetTextOutline(

  const rec: TRect;

  wordList: TgaWordInfoList;

  tpm: TTextPageMetrics;

  textAlign: TgaTextAlign;

  startLine: Integer;

  endLine: Integer

):TPathsD; overload;



CT Web help

CodeTyphon Studio