zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ftoutln.h File Reference
#include <ft2build.h>
#include <FT_FREETYPE_H>

Go to the source code of this file.

Typedefs

typedef enum FT_Orientation_ FT_Orientation
 

Enumerations

enum  FT_Orientation_ {
  FT_ORIENTATION_TRUETYPE = 0, FT_ORIENTATION_POSTSCRIPT = 1, FT_ORIENTATION_FILL_RIGHT = FT_ORIENTATION_TRUETYPE, FT_ORIENTATION_FILL_LEFT = FT_ORIENTATION_POSTSCRIPT,
  FT_ORIENTATION_NONE
}
 

Functions

 FT_Outline_Check (FT_Outline *outline)
 
 FT_Outline_Copy (const FT_Outline *source, FT_Outline *target)
 
FT_BEGIN_HEADER FT_Outline_Decompose (FT_Outline *outline, const FT_Outline_Funcs *func_interface, void *user)
 
 FT_Outline_Done (FT_Library library, FT_Outline *outline)
 
 FT_Outline_Done_Internal (FT_Memory memory, FT_Outline *outline)
 
 FT_Outline_Embolden (FT_Outline *outline, FT_Pos strength)
 
 FT_Outline_Get_Bitmap (FT_Library library, FT_Outline *outline, const FT_Bitmap *abitmap)
 
 FT_Outline_Get_CBox (const FT_Outline *outline, FT_BBox *acbox)
 
 FT_Outline_Get_Orientation (FT_Outline *outline)
 
 FT_Outline_New (FT_Library library, FT_UInt numPoints, FT_Int numContours, FT_Outline *anoutline)
 
 FT_Outline_New_Internal (FT_Memory memory, FT_UInt numPoints, FT_Int numContours, FT_Outline *anoutline)
 
 FT_Outline_Render (FT_Library library, FT_Outline *outline, FT_Raster_Params *params)
 
 FT_Outline_Reverse (FT_Outline *outline)
 
 FT_Outline_Transform (const FT_Outline *outline, const FT_Matrix *matrix)
 
 FT_Outline_Translate (const FT_Outline *outline, FT_Pos xOffset, FT_Pos yOffset)
 

Typedef Documentation

Enumeration Type Documentation

Enumerator
FT_ORIENTATION_TRUETYPE 
FT_ORIENTATION_POSTSCRIPT 
FT_ORIENTATION_FILL_RIGHT 
FT_ORIENTATION_FILL_LEFT 
FT_ORIENTATION_NONE 

Definition at line 490 of file ftoutln.h.

Function Documentation

FT_Outline_Check ( FT_Outline outline)

Definition at line 345 of file ftoutln.c.

References FT_Err_Invalid_Argument.

Referenced by FT_Load_Glyph(), and ft_stroke_border_export().

FT_Outline_Copy ( const FT_Outline source,
FT_Outline target 
)

Definition at line 390 of file ftoutln.c.

References FT_ARRAY_COPY, FT_Err_Invalid_Argument, FT_Err_Ok, and FT_OUTLINE_OWNER.

Referenced by FT_DEFINE_GLYPH(), and ft_outline_glyph_copy().

FT_Outline_Done ( FT_Library  library,
FT_Outline outline 
)

Definition at line 445 of file ftoutln.c.

References FT_Outline_Done_Internal().

Referenced by FT_Glyph_Stroke(), FT_Glyph_StrokeBorder(), and ft_outline_glyph_done().

FT_Outline_Done_Internal ( FT_Memory  memory,
FT_Outline outline 
)
FT_Outline_New ( FT_Library  library,
FT_UInt  numPoints,
FT_Int  numContours,
FT_Outline anoutline 
)
FT_Outline_New_Internal ( FT_Memory  memory,
FT_UInt  numPoints,
FT_Int  numContours,
FT_Outline anoutline 
)
FT_Outline_Reverse ( FT_Outline outline)

Definition at line 535 of file ftoutln.c.

References FT_OUTLINE_REVERSE_FILL, and swap().