Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <freetype/freetype.h>
Go to the source code of this file.
Data Structures | |
struct | FT_Color_ |
struct | FT_Palette_Data_ |
struct | FT_LayerIterator_ |
struct | FT_ColorStopIterator_ |
struct | FT_ColorIndex_ |
struct | FT_ColorStop_ |
struct | FT_ColorLine_ |
struct | FT_Affine_23_ |
struct | FT_Opaque_Paint_ |
struct | FT_PaintColrLayers_ |
struct | FT_PaintSolid_ |
struct | FT_PaintLinearGradient_ |
struct | FT_PaintRadialGradient_ |
struct | FT_PaintSweepGradient_ |
struct | FT_PaintGlyph_ |
struct | FT_PaintColrGlyph_ |
struct | FT_PaintTransform_ |
struct | FT_PaintTranslate_ |
struct | FT_PaintScale_ |
struct | FT_PaintRotate_ |
struct | FT_PaintSkew_ |
struct | FT_PaintComposite_ |
struct | FT_COLR_Paint_ |
struct | FT_ClipBox_ |
Macros | |
#define | FT_PALETTE_FOR_LIGHT_BACKGROUND 0x01 |
#define | FT_PALETTE_FOR_DARK_BACKGROUND 0x02 |
Functions | |
FT_Palette_Data_Get (FT_Face face, FT_Palette_Data *apalette) | |
FT_Palette_Select (FT_Face face, FT_UShort palette_index, FT_Color **apalette) | |
FT_Palette_Set_Foreground_Color (FT_Face face, FT_Color foreground_color) | |
FT_Get_Color_Glyph_Layer (FT_Face face, FT_UInt base_glyph, FT_UInt *aglyph_index, FT_UInt *acolor_index, FT_LayerIterator *iterator) | |
FT_Get_Color_Glyph_Paint (FT_Face face, FT_UInt base_glyph, FT_Color_Root_Transform root_transform, FT_OpaquePaint *paint) | |
FT_Get_Color_Glyph_ClipBox (FT_Face face, FT_UInt base_glyph, FT_ClipBox *clip_box) | |
FT_Get_Paint_Layers (FT_Face face, FT_LayerIterator *iterator, FT_OpaquePaint *paint) | |
FT_Get_Colorline_Stops (FT_Face face, FT_ColorStop *color_stop, FT_ColorStopIterator *iterator) | |
FT_Get_Paint (FT_Face face, FT_OpaquePaint opaque_paint, FT_COLR_Paint *paint) | |
typedef struct FT_Affine_23_ FT_Affine23 |
typedef struct FT_ClipBox_ FT_ClipBox |
typedef FT_BEGIN_HEADER struct FT_Color_ FT_Color |
typedef enum FT_Color_Root_Transform_ FT_Color_Root_Transform |
typedef struct FT_ColorIndex_ FT_ColorIndex |
typedef struct FT_ColorLine_ FT_ColorLine |
typedef struct FT_ColorStop_ FT_ColorStop |
typedef struct FT_ColorStopIterator_ FT_ColorStopIterator |
typedef struct FT_COLR_Paint_ FT_COLR_Paint |
typedef enum FT_Composite_Mode_ FT_Composite_Mode |
typedef struct FT_LayerIterator_ FT_LayerIterator |
typedef struct FT_Opaque_Paint_ FT_OpaquePaint |
typedef struct FT_PaintColrGlyph_ FT_PaintColrGlyph |
typedef struct FT_PaintColrLayers_ FT_PaintColrLayers |
typedef struct FT_PaintComposite_ FT_PaintComposite |
typedef enum FT_PaintExtend_ FT_PaintExtend |
typedef enum FT_PaintFormat_ FT_PaintFormat |
typedef struct FT_PaintGlyph_ FT_PaintGlyph |
typedef struct FT_PaintLinearGradient_ FT_PaintLinearGradient |
typedef struct FT_PaintRadialGradient_ FT_PaintRadialGradient |
typedef struct FT_PaintRotate_ FT_PaintRotate |
typedef struct FT_PaintScale_ FT_PaintScale |
typedef struct FT_PaintSkew_ FT_PaintSkew |
typedef struct FT_PaintSolid_ FT_PaintSolid |
typedef struct FT_PaintSweepGradient_ FT_PaintSweepGradient |
typedef struct FT_PaintTransform_ FT_PaintTransform |
typedef struct FT_PaintTranslate_ FT_PaintTranslate |
typedef struct FT_Palette_Data_ FT_Palette_Data |
Enumerator | |
---|---|
FT_COLOR_INCLUDE_ROOT_TRANSFORM | |
FT_COLOR_NO_ROOT_TRANSFORM | |
FT_COLOR_ROOT_TRANSFORM_MAX |
Definition at line 1354 of file ftcolor.h.
enum FT_Composite_Mode_ |
Definition at line 724 of file ftcolor.h.
enum FT_PaintExtend_ |
Enumerator | |
---|---|
FT_COLR_PAINT_EXTEND_PAD | |
FT_COLR_PAINT_EXTEND_REPEAT | |
FT_COLR_PAINT_EXTEND_REFLECT |
Definition at line 629 of file ftcolor.h.
enum FT_PaintFormat_ |
Definition at line 497 of file ftcolor.h.
FT_Get_Color_Glyph_ClipBox | ( | FT_Face | face, |
FT_UInt | base_glyph, | ||
FT_ClipBox * | clip_box ) |
FT_Get_Color_Glyph_Layer | ( | FT_Face | face, |
FT_UInt | base_glyph, | ||
FT_UInt * | aglyph_index, | ||
FT_UInt * | acolor_index, | ||
FT_LayerIterator * | iterator ) |
FT_Get_Color_Glyph_Paint | ( | FT_Face | face, |
FT_UInt | base_glyph, | ||
FT_Color_Root_Transform | root_transform, | ||
FT_OpaquePaint * | paint ) |
FT_Get_Colorline_Stops | ( | FT_Face | face, |
FT_ColorStop * | color_stop, | ||
FT_ColorStopIterator * | iterator ) |
FT_Get_Paint | ( | FT_Face | face, |
FT_OpaquePaint | opaque_paint, | ||
FT_COLR_Paint * | paint ) |
FT_Get_Paint_Layers | ( | FT_Face | face, |
FT_LayerIterator * | iterator, | ||
FT_OpaquePaint * | paint ) |
FT_Palette_Data_Get | ( | FT_Face | face, |
FT_Palette_Data * | apalette ) |