类型
PangoFontFace
说明 [src]
abstract class Pango.FontFace : GObject.Object
{
/* No available fields */
}
PangoFontFace
用于表示具有相同字族、倾斜度、粗细和宽度的字体组,但不同 大小。
信号
从 GObject 继承的信号 (1)
GObject::notify
在对象的一个属性通过 g_object_set_property()、g_object_set() 等函数设置了值时,notify 信号会在该对象上发出。
类型结构
struct PangoFontFaceClass {
GObjectClass parent_class;
const char* (* get_face_name) (
PangoFontFace* face
);
PangoFontDescription* (* describe) (
PangoFontFace* face
);
void (* list_sizes) (
PangoFontFace* face,
int** sizes,
int* n_sizes
);
gboolean (* is_synthesized) (
PangoFontFace* face
);
PangoFontFamily* (* get_family) (
PangoFontFace* face
);
void (* _pango_reserved3) (
void
);
void (* _pango_reserved4) (
void
);
}
没有可用的描述。
类型成员
parent_class: GObjectClass
没有可用的描述。
get_face_name: const char* (* get_face_name) ( PangoFontFace* face )
没有可用的描述。
describe: PangoFontDescription* (* describe) ( PangoFontFace* face )
没有可用的描述。
list_sizes: void (* list_sizes) ( PangoFontFace* face, int** sizes, int* n_sizes )
没有可用的描述。
is_synthesized: gboolean (* is_synthesized) ( PangoFontFace* face )
没有可用的描述。
get_family: PangoFontFamily* (* get_family) ( PangoFontFace* face )
没有可用的描述。
_pango_reserved3: void (* _pango_reserved3) ( void )
没有可用的描述。
_pango_reserved4: void (* _pango_reserved4) ( void )
没有可用的描述。