| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazpango1.pas line 587
| type TPangoFontDescription = object | ||
| function new; | 
 | |
| function better_match(); | 
 | |
| function copy; | 
 | |
| function copy_static; | 
 | |
| function equal(); | 
 | |
| procedure free; | 
 | |
| function get_family; | 
 | |
| function get_gravity; | 
 | |
| function get_set_fields; | 
 | |
| function get_size; | 
 | |
| function get_size_is_absolute; | 
 | |
| function get_stretch; | 
 | |
| function get_style; | 
 | |
| function get_variant; | 
 | |
| function get_weight; | 
 | |
| function hash; | 
 | |
| procedure merge(); | 
 | |
| procedure merge_static(); | 
 | |
| procedure set_absolute_size(); | 
 | |
| procedure set_family(); | 
 | |
| procedure set_family_static(); | 
 | |
| procedure set_gravity(); | 
 | |
| procedure set_size(); | 
 | |
| procedure set_stretch(); | 
 | |
| procedure set_style(); | 
 | |
| procedure set_variant(); | 
 | |
| procedure set_weight(); | 
 | |
| function to_filename; | 
 | |
| function to_string; | 
 | |
| procedure unset_fields(); | 
 | |
| function from_string(); | 
 | |
| end; | 
| 
 |