Unit mxft
Description
This item has no description.
Overview
Classes, Interfaces, Objects and Records
| Name | Description |
|---|---|
Record TFT_FaceRec |
|
Record TXftDraw |
|
Record TXftFont |
|
Record TXftFontinfo |
|
Record TXftColor |
|
Record TXftCharSpec |
|
Record TXftCharFontSpec |
|
Record TXftGlyphSpec |
|
Record TXftGlyphFontSpec |
Types
XftType = (...); |
TFT_Face = ˆTFT_FaceRec; |
TFT_UInt = longword; |
PFT_UInt = ˆTFT_UInt; |
Plongint = ˆlongint; |
PXftDraw = ˆTXftDraw; |
PXftFont = ˆTXftFont; |
PXftFontInfo = ˆTXftFontInfo; |
PXftColor = ˆTXftColor; |
PXftCharSpec = ˆTXftCharSpec; |
PXftCharFontSpec = ˆTXftCharFontSpec; |
PXftGlyphSpec = ˆTXftGlyphSpec; |
PXftGlyphFontSpec = ˆTXftGlyphFontSpec; |
Constants
External_library='libXft.so'; |
XFT_MAJOR = 2; |
XFT_MINOR = 1; |
XFT_REVISION = 0; |
XftVersion = ((XFT_MAJOR * 10000) + (XFT_MINOR * 100) + (XFT_REVISION)); |
XFT_CORE = 'core'; |
XFT_RENDER = 'render'; |
XFT_XLFD = 'xlfd'; |
XFT_MAX_GLYPH_MEMORY = 'maxglyphmemory'; |
XFT_MAX_UNREF_FONTS = 'maxunreffonts'; |
Description
Types
XftType = (...); |
|
This item has no description. Values
|
TFT_Face = ˆTFT_FaceRec; |
|
This item has no description. |
TFT_UInt = longword; |
|
This item has no description. |
PFT_UInt = ˆTFT_UInt; |
|
This item has no description. |
Plongint = ˆlongint; |
|
This item has no description. |
PXftDraw = ˆTXftDraw; |
|
This item has no description. |
PXftFont = ˆTXftFont; |
|
This item has no description. |
PXftFontInfo = ˆTXftFontInfo; |
|
This item has no description. |
PXftColor = ˆTXftColor; |
|
This item has no description. |
PXftCharSpec = ˆTXftCharSpec; |
|
This item has no description. |
PXftCharFontSpec = ˆTXftCharFontSpec; |
|
This item has no description. |
PXftGlyphSpec = ˆTXftGlyphSpec; |
|
This item has no description. |
PXftGlyphFontSpec = ˆTXftGlyphFontSpec; |
|
This item has no description. |
Constants
External_library='libXft.so'; |
|
This item has no description. |
XFT_MAJOR = 2; |
|
This item has no description. |
XFT_MINOR = 1; |
|
This item has no description. |
XFT_REVISION = 0; |
|
This item has no description. |
XftVersion = ((XFT_MAJOR * 10000) + (XFT_MINOR * 100) + (XFT_REVISION)); |
|
This item has no description. |
XFT_CORE = 'core'; |
|
This item has no description. |
XFT_RENDER = 'render'; |
|
This item has no description. |
XFT_XLFD = 'xlfd'; |
|
This item has no description. |
XFT_MAX_GLYPH_MEMORY = 'maxglyphmemory'; |
|
This item has no description. |
XFT_MAX_UNREF_FONTS = 'maxunreffonts'; |
|
This item has no description. |
Generated by PasDoc 0.17.0.snapshot.