| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
FontSet
| Instance Methods | |||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Class Variables | |
__instance_size__ = 48
|
|
| Properties | |
|
name Get/Set the name of the FontSet. |
|
|
names List of face names belonging to a FontSet. |
|
|
Inherited from |
|
| Method Details |
__init__( (object)arg1, (str)arg2) -> None :
default fontset constructor
C++ signature :
void __init__(_object*,std::string)
|
helper for pickle
|
add_face_name( (FontSet)arg1, (str)name) -> None :
Add a face-name to the fontset.
Example:
>>> fs = Fontset('book-fonts')
>>> fs.add_face_name('DejaVu Sans Book')
C++ signature :
void add_face_name(mapnik::font_set {lvalue},std::string)
|
| Property Details |
nameGet/Set the name of the FontSet.
|
namesList of face names belonging to a FontSet.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Jun 3 18:45:01 2013 | http://epydoc.sourceforge.net |