Back to Seed Clases

PangoFT2


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker PangoFT2.PangoFcDecoder

Class PangoFT2.PangoFcDecoder

Import line: PangoFT2 = imports.gi.PangoFT2;
GIR File: PangoFT2-1.0.gir
C documentation: PangoFT2PangoFcDecoder
Class : PangoFcDecoder
Extends: GObject.Object
  Show / Hide Inherited methods, properties and signals
PangoFcDecoder is a virtual base class that implementations will inherit from. It's the interface that is used to define a custom encoding for a font. These objects are created in your code from a function callback that was originally registered with pango_fc_font_map_add_decoder_find_func(). Pango requires information about the supported charset for a font as well as the individual character to glyph conversions. Pango gets that information via the get_charset and get_glyph callbacks into your object implementation.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
PangoFT2.PangoFcFontMap
Method
find_decoder (Pattern pattern) : PangoFT2.PangoFcDecoder
Finds the decoder to use for pattern.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:55 GMT+0800 (HKT)