Warning: This site is under construction, most links will be broken.

LightX API -> lxgfx -> ttfcreatefont

Last modified on Fri, 30th Mar 2007 at 02:24 UTC by zipplet

lxgfx.ttfcreatefont


function ttfcreatefont(
  fontname: string;
  bold, italic, underline, strikethrough: boolean
): tlxhandle;


Creates a new font object and returns it.

fontname: string
The friendly name of the font, for example "Arial"

bold, italic, underline, strikethrough: boolean
Font parameters.

Class: lxgfx