gtkc.pangotypes

Undocumented in source.

Public Imports

gtkc.cairotypes
public import gtkc.cairotypes;
Undocumented in source.
gtkc.glibtypes
public import gtkc.glibtypes;
Undocumented in source.
gtkc.gobjecttypes
public import gtkc.gobjecttypes;
Undocumented in source.

Members

Aliases

FTLibrary
alias FTLibrary = void*
Undocumented in source.
PangoAttrDataCopyFunc
alias PangoAttrDataCopyFunc = void* function(void* userData)

Type of a function that can duplicate user data for an attribute.

PangoAttrFilterFunc
alias PangoAttrFilterFunc = int function(PangoAttribute* attribute, void* userData)

Type of a function filtering a list of attributes.

PangoCairoShapeRendererFunc
alias PangoCairoShapeRendererFunc = void function(cairo_t* cr, PangoAttrShape* attr, int doPath, void* data)

Function type for rendering attributes of type %PANGO_ATTR_SHAPE with Pango's Cairo renderer.

PangoFontsetForeachFunc
alias PangoFontsetForeachFunc = int function(PangoFontset* fontset, PangoFont* font, void* userData)

A callback function used by pango_fontset_foreach() when enumerating the fonts in a fontset.

PangoGlyph
alias PangoGlyph = uint

A #PangoGlyph represents a single glyph in the output form of a string.

PangoGlyphUnit
alias PangoGlyphUnit = int

The #PangoGlyphUnit type is used to store dimensions within Pango. Dimensions are stored in 1/%PANGO_SCALE of a device unit. (A device unit might be a pixel for screen display, or a point on a printer.) %PANGO_SCALE is currently 1024, and may change in the future (unlikely though), but you should not depend on its exact value. The PANGO_PIXELS() macro can be used to convert from glyph units into device units with correct rounding.

PangoLayoutRun
alias PangoLayoutRun = PangoGlyphItem

The #PangoLayoutRun structure represents a single run within a #PangoLayoutLine; it is simply an alternate name for #PangoGlyphItem. See the #PangoGlyphItem docs for details on the fields.

Enums

PangoAlignment
enum PangoAlignment

A #PangoAlignment describes how to align the lines of a #PangoLayout within the available space. If the #PangoLayout is set to justify using pango_layout_set_justify(), this only has effect for partial lines.

PangoAttrType
enum PangoAttrType

The #PangoAttrType distinguishes between different types of attributes. Along with the predefined values, it is possible to allocate additional values for custom attributes using pango_attr_type_register(). The predefined values are given below. The type of structure used to store the attribute is listed in parentheses after the description.

PangoBidiType
enum PangoBidiType

The #PangoBidiType type represents the bidirectional character type of a Unicode character as specified by the <ulink url="http://www.unicode.org/reports/tr9/">Unicode bidirectional algorithm</ulink>.

PangoCoverageLevel
enum PangoCoverageLevel

Used to indicate how well a font can represent a particular Unicode character point for a particular script.

PangoDirection
enum PangoDirection

The #PangoDirection type represents a direction in the Unicode bidirectional algorithm; not every value in this enumeration makes sense for every usage of #PangoDirection; for example, the return value of pango_unichar_direction() and pango_find_base_dir() cannot be %PANGO_DIRECTION_WEAK_LTR or %PANGO_DIRECTION_WEAK_RTL, since every character is either neutral or has a strong direction; on the other hand %PANGO_DIRECTION_NEUTRAL doesn't make sense to pass to pango_itemize_with_base_dir().

PangoEllipsizeMode
enum PangoEllipsizeMode

The #PangoEllipsizeMode type describes what sort of (if any) ellipsization should be applied to a line of text. In the ellipsization process characters are removed from the text in order to make it fit to a given width and replaced with an ellipsis.

PangoFontMask
enum PangoFontMask

The bits in a #PangoFontMask correspond to fields in a #PangoFontDescription that have been set.

PangoGravity
enum PangoGravity

The #PangoGravity type represents the orientation of glyphs in a segment of text. This is useful when rendering vertical text layouts. In those situations, the layout is rotated using a non-identity PangoMatrix, and then glyph orientation is controlled using #PangoGravity. Not every value in this enumeration makes sense for every usage of #PangoGravity; for example, %PANGO_GRAVITY_AUTO only can be passed to pango_context_set_base_gravity() and can only be returned by pango_context_get_base_gravity().

PangoGravityHint
enum PangoGravityHint

The #PangoGravityHint defines how horizontal scripts should behave in a vertical context. That is, English excerpt in a vertical paragraph for example.

PangoRenderPart
enum PangoRenderPart

#PangoRenderPart defines different items to render for such purposes as setting colors.

PangoScript
enum PangoScript

The #PangoScript enumeration identifies different writing systems. The values correspond to the names as defined in the Unicode standard. Note that new types may be added in the future. Applications should be ready to handle unknown values. This enumeration is interchangeable with #GUnicodeScript. See <ulink url="http://www.unicode.org/reports/tr24/">Unicode Standard Annex #24: Script names</ulink>.

PangoStretch
enum PangoStretch

An enumeration specifying the width of the font relative to other designs within a family.

PangoStyle
enum PangoStyle

An enumeration specifying the various slant styles possible for a font.

PangoTabAlign
enum PangoTabAlign

A #PangoTabAlign specifies where a tab stop appears relative to the text.

PangoUnderline
enum PangoUnderline

The #PangoUnderline enumeration is used to specify whether text should be underlined, and if so, the type of underlining.

PangoVariant
enum PangoVariant

An enumeration specifying capitalization variant of the font.

PangoWeight
enum PangoWeight

An enumeration specifying the weight (boldness) of a font. This is a numerical value ranging from 100 to 1000, but there are some predefined values:

PangoWrapMode
enum PangoWrapMode

A #PangoWrapMode describes how to wrap the lines of a #PangoLayout to the desired width.

Structs

PangoAnalysis
struct PangoAnalysis

The #PangoAnalysis structure stores information about the properties of a segment of text.

PangoAttrClass
struct PangoAttrClass

The #PangoAttrClass structure stores the type and operations for a particular type of attribute. The functions in this structure should not be called directly. Instead, one should use the wrapper functions provided for #PangoAttribute.

PangoAttrColor
struct PangoAttrColor

The #PangoAttrColor structure is used to represent attributes that are colors.

PangoAttrFloat
struct PangoAttrFloat

The #PangoAttrFloat structure is used to represent attributes with a float or double value.

PangoAttrFontDesc
struct PangoAttrFontDesc

The #PangoAttrFontDesc structure is used to store an attribute that sets all aspects of the font description at once.

PangoAttrInt
struct PangoAttrInt

The #PangoAttrInt structure is used to represent attributes with an integer or enumeration value.

PangoAttrIterator
struct PangoAttrIterator
Undocumented in source.
PangoAttrLanguage
struct PangoAttrLanguage

The #PangoAttrLanguage structure is used to represent attributes that are languages.

PangoAttrList
struct PangoAttrList
Undocumented in source.
PangoAttrShape
struct PangoAttrShape

The #PangoAttrShape structure is used to represent attributes which impose shape restrictions.

PangoAttrSize
struct PangoAttrSize

The #PangoAttrSize structure is used to represent attributes which set font size.

PangoAttrString
struct PangoAttrString

The #PangoAttrString structure is used to represent attributes with a string value.

PangoAttribute
struct PangoAttribute
Undocumented in source.
PangoCairoFcFontMap
struct PangoCairoFcFontMap
Undocumented in source.
PangoCairoFont
struct PangoCairoFont
Undocumented in source.
PangoCairoFontMap
struct PangoCairoFontMap
Undocumented in source.
PangoColor
struct PangoColor
Undocumented in source.
PangoContext
struct PangoContext
Undocumented in source.
PangoContextClass
struct PangoContextClass
Undocumented in source.
PangoCoverage
struct PangoCoverage
Undocumented in source.
PangoEngine
struct PangoEngine
Undocumented in source.
PangoEngineClass
struct PangoEngineClass

Class structure for #PangoEngine

PangoEngineInfo
struct PangoEngineInfo

The #PangoEngineInfo structure contains information about a particular engine. It contains the following fields:

PangoEngineLang
struct PangoEngineLang
Undocumented in source.
PangoEngineLangClass
struct PangoEngineLangClass

Class structure for #PangoEngineLang

PangoEngineScriptInfo
struct PangoEngineScriptInfo

The #PangoEngineScriptInfo structure contains information about how the shaper covers a particular script.

PangoEngineShape
struct PangoEngineShape
Undocumented in source.
PangoEngineShapeClass
struct PangoEngineShapeClass

Class structure for #PangoEngineShape

PangoFcFontMap
struct PangoFcFontMap
Undocumented in source.
PangoFont
struct PangoFont
Undocumented in source.
PangoFontClass
struct PangoFontClass
Undocumented in source.
PangoFontDescription
struct PangoFontDescription
Undocumented in source.
PangoFontFace
struct PangoFontFace
Undocumented in source.
PangoFontFaceClass
struct PangoFontFaceClass
Undocumented in source.
PangoFontFamily
struct PangoFontFamily
Undocumented in source.
PangoFontFamilyClass
struct PangoFontFamilyClass
Undocumented in source.
PangoFontMap
struct PangoFontMap
Undocumented in source.
PangoFontMapClass
struct PangoFontMapClass

The #PangoFontMapClass structure holds the virtual functions for a particular #PangoFontMap implementation.

PangoFontMetrics
struct PangoFontMetrics
Undocumented in source.
PangoFontset
struct PangoFontset
Undocumented in source.
PangoFontsetClass
struct PangoFontsetClass

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

PangoFontsetSimple
struct PangoFontsetSimple
Undocumented in source.
PangoFontsetSimpleClass
struct PangoFontsetSimpleClass
Undocumented in source.
PangoGlyphGeometry
struct PangoGlyphGeometry

The #PangoGlyphGeometry structure contains width and positioning information for a single glyph.

PangoGlyphInfo
struct PangoGlyphInfo

The #PangoGlyphInfo structure represents a single glyph together with positioning information and visual attributes. It contains the following fields.

PangoGlyphItem
struct PangoGlyphItem
Undocumented in source.
PangoGlyphItemIter
struct PangoGlyphItemIter
Undocumented in source.
PangoGlyphString
struct PangoGlyphString
Undocumented in source.
PangoGlyphVisAttr
struct PangoGlyphVisAttr

The PangoGlyphVisAttr is used to communicate information between the shaping phase and the rendering phase. More attributes may be added in the future.

PangoIncludedModule
struct PangoIncludedModule

The #PangoIncludedModule structure for a statically linked module contains the functions that would otherwise be loaded from a dynamically loaded module.

PangoItem
struct PangoItem
Undocumented in source.
PangoLanguage
struct PangoLanguage
Undocumented in source.
PangoLayout
struct PangoLayout
Undocumented in source.
PangoLayoutClass
struct PangoLayoutClass
Undocumented in source.
PangoLayoutIter
struct PangoLayoutIter
Undocumented in source.
PangoLayoutLine
struct PangoLayoutLine
Undocumented in source.
PangoLogAttr
struct PangoLogAttr

The #PangoLogAttr structure stores information about the attributes of a single character.

PangoMap
struct PangoMap
Undocumented in source.
PangoMapEntry
struct PangoMapEntry

A #PangoMapEntry contains information about the engine that should be used for the codepoint to which this entry belongs and also whether the engine matches the language tag for this entry's map exactly or just approximately.

PangoMatrix
struct PangoMatrix
Undocumented in source.
PangoRectangle
struct PangoRectangle

The #PangoRectangle structure represents a rectangle. It is frequently used to represent the logical or ink extents of a single glyph or section of text. (See, for instance, pango_font_get_glyph_extents())

PangoRenderer
struct PangoRenderer
Undocumented in source.
PangoRendererClass
struct PangoRendererClass

Class structure for #PangoRenderer.

PangoRendererPrivate
struct PangoRendererPrivate
Undocumented in source.
PangoScriptForLang
struct PangoScriptForLang
Undocumented in source.
PangoScriptIter
struct PangoScriptIter
Undocumented in source.
PangoTabArray
struct PangoTabArray
Undocumented in source.

Variables

PANGO_SCALE
int PANGO_SCALE;
Undocumented in source.
PANGO_SCALE_LARGE
double PANGO_SCALE_LARGE;

The scale factor for one magnification step (1.2)

PANGO_SCALE_MEDIUM
double PANGO_SCALE_MEDIUM;

The scale factor for normal size (1.0).

PANGO_SCALE_SMALL
double PANGO_SCALE_SMALL;

The scale factor for one shrinking step (1 / 1.2).

PANGO_SCALE_XX_LARGE
double PANGO_SCALE_XX_LARGE;

The scale factor for three magnification steps (1.2 * 1.2 * 1.2).

PANGO_SCALE_XX_SMALL
double PANGO_SCALE_XX_SMALL;

The scale factor for three shrinking steps (1 / (1.2 * 1.2 * 1.2)).

PANGO_SCALE_X_LARGE
double PANGO_SCALE_X_LARGE;

The scale factor for two magnification steps (1.2 * 1.2).

PANGO_SCALE_X_SMALL
double PANGO_SCALE_X_SMALL;

The scale factor for two shrinking steps (1 / (1.2 * 1.2)).

Meta