Package wx :: Class NativeFontInfo
[frames | no frames]

Type NativeFontInfo

object --+
         |
        NativeFontInfo


Proxy of C++ NativeFontInfo class


Method Summary
NativeFontInfo __init__(self)
  __del__(self)
String __str__(self)
bool FromString(self, s)
bool FromUserString(self, s)
int GetEncoding(self)
String GetFaceName(self)
int GetFamily(self)
int GetPointSize(self)
int GetStyle(self)
bool GetUnderlined(self)
int GetWeight(self)
  Init(self)
  InitFromFont(self, font)
  SetEncoding(self, encoding)
bool SetFaceName(self, facename)
  SetFamily(self, family)
  SetPointSize(self, pointsize)
  SetStyle(self, style)
  SetUnderlined(self, underlined)
  SetWeight(self, weight)
String ToString(self)
String ToUserString(self)

Property Summary
  Encoding: See GetEncoding and SetEncoding
  FaceName: See GetFaceName and SetFaceName
  Family: See GetFamily and SetFamily
  PointSize: See GetPointSize and SetPointSize
  Style: See GetStyle and SetStyle
  thisown: The membership flag
  Underlined: See GetUnderlined and SetUnderlined
  Weight: See GetWeight and SetWeight

Property Details

Encoding

See GetEncoding and SetEncoding

Get Method:
GetEncoding(self)
Set Method:
SetEncoding(self, encoding)

FaceName

See GetFaceName and SetFaceName

Get Method:
GetFaceName(self)
Set Method:
SetFaceName(self, facename)

Family

See GetFamily and SetFamily

Get Method:
GetFamily(self)
Set Method:
SetFamily(self, family)

PointSize

See GetPointSize and SetPointSize

Get Method:
GetPointSize(self)
Set Method:
SetPointSize(self, pointsize)

Style

See GetStyle and SetStyle

Get Method:
GetStyle(self)
Set Method:
SetStyle(self, style)

thisown

The membership flag

Underlined

See GetUnderlined and SetUnderlined

Get Method:
GetUnderlined(self)
Set Method:
SetUnderlined(self, underlined)

Weight

See GetWeight and SetWeight

Get Method:
GetWeight(self)
Set Method:
SetWeight(self, weight)

Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:07:54 2007 http://epydoc.sf.net