Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_PangoFontsetClass Struct Reference

#include <pango-fontset.h>

Data Fields

GObjectClass parent_class
 
PangoFont *(* get_font )(PangoFontset *fontset, guint wc)
 
PangoFontMetrics *(* get_metrics )(PangoFontset *fontset)
 
PangoLanguage *(* get_language )(PangoFontset *fontset)
 
void(* foreach )(PangoFontset *fontset, PangoFontsetForeachFunc func, gpointer data)
 
void(* _pango_reserved1 )(void)
 
void(* _pango_reserved2 )(void)
 
void(* _pango_reserved3 )(void)
 
void(* _pango_reserved4 )(void)
 

Detailed Description

PangoFontsetClass: @parent_class: parent GObjectClass @get_font: a function to get the font in the fontset that contains the best glyph for the given Unicode character; see [metho.nosp@m.d@Pa.nosp@m.ngo.F.nosp@m.onts.nosp@m.et.ge.nosp@m.t_fo.nosp@m.nt] @get_metrics: a function to get overall metric information for the fonts in the fontset; see [metho.nosp@m.d@Pa.nosp@m.ngo.F.nosp@m.onts.nosp@m.et.ge.nosp@m.t_me.nosp@m.trics] @get_language: a function to get the language of the fontset. @foreach: a function to loop over the fonts in the fontset. See [metho.nosp@m.d@Pa.nosp@m.ngo.F.nosp@m.onts.nosp@m.et.fo.nosp@m.reac.nosp@m.h]

The PangoFontsetClass structure holds the virtual functions for a particular PangoFontset implementation.

Definition at line 97 of file pango-fontset.h.

Field Documentation

◆ _pango_reserved1

void(* _PangoFontsetClass::_pango_reserved1) (void)

Definition at line 115 of file pango-fontset.h.

◆ _pango_reserved2

void(* _PangoFontsetClass::_pango_reserved2) (void)

Definition at line 116 of file pango-fontset.h.

◆ _pango_reserved3

void(* _PangoFontsetClass::_pango_reserved3) (void)

Definition at line 117 of file pango-fontset.h.

◆ _pango_reserved4

void(* _PangoFontsetClass::_pango_reserved4) (void)

Definition at line 118 of file pango-fontset.h.

◆ foreach

void(* _PangoFontsetClass::foreach) (PangoFontset *fontset, PangoFontsetForeachFunc func, gpointer data)

Definition at line 108 of file pango-fontset.h.

◆ get_font

PangoFont *(* _PangoFontsetClass::get_font) (PangoFontset *fontset, guint wc)

Definition at line 103 of file pango-fontset.h.

◆ get_language

PangoLanguage *(* _PangoFontsetClass::get_language) (PangoFontset *fontset)

Definition at line 107 of file pango-fontset.h.

◆ get_metrics

PangoFontMetrics *(* _PangoFontsetClass::get_metrics) (PangoFontset *fontset)

Definition at line 106 of file pango-fontset.h.

◆ parent_class

GObjectClass _PangoFontsetClass::parent_class

Definition at line 99 of file pango-fontset.h.


The documentation for this struct was generated from the following file: