File x/Font


class x.Font

Inherits

State supers
tag.Font

instance x.Font

variables

public tom.String name;
This font's name
public pointer font;
The underlying X font structure.
public Display display;
The display to which we belong.

methods

id
  init tom.String n
  font pointer f
    on Display d;
Undocumented.

void
  set;
Make this font the current font of the current display.

float
  ascent;
Undocumented.

float
  descent;
Undocumented.

float
  height;
Undocumented.

float
  widthOf tom.String text;
Undocumented.

void
  encodeUsingCoder tom.Encoder coder;

Archiving

void
  initWithCoder tom.Decoder coder;
Undocumented.

id
  awakeAfterUsingCoder tom.Decoder coder;
Undocumented.


Generated by tm 1.01.