#include <ft2build.h>
Go to the source code of this file.
|
static FT_Error | _ft_face_scale_advances (FT_Face face, FT_Fixed *advances, FT_UInt count, FT_Int32 flags) |
|
| FT_Get_Advance (FT_Face face, FT_UInt gindex, FT_Int32 flags, FT_Fixed *padvance) |
|
| FT_Get_Advances (FT_Face face, FT_UInt start, FT_UInt count, FT_Int32 flags, FT_Fixed *padvances) |
|
◆ LOAD_ADVANCE_FAST_CHECK
Value:#define FT_LOAD_NO_HINTING
#define FT_LOAD_TARGET_MODE(x)
Definition at line 67 of file ftadvanc.c.
◆ _ft_face_scale_advances()
Definition at line 27 of file ftadvanc.c.
40 return FT_THROW( Invalid_Size_Handle );
50 for ( nn = 0; nn <
count; nn++ )
#define FT_LOAD_VERTICAL_LAYOUT
GLuint GLuint GLsizei count
GLenum GLenum GLenum GLenum GLenum scale
FT_MulDiv(FT_Long a, FT_Long b, FT_Long c)
GLenum GLuint GLint GLenum face
Referenced by FT_Get_Advance(), and FT_Get_Advances().
◆ FT_Get_Advance()
Definition at line 75 of file ftadvanc.c.
84 return FT_THROW( Invalid_Face_Handle );
90 return FT_THROW( Invalid_Glyph_Index );
92 func =
face->driver->clazz->get_advances;
FT_Get_Advances(FT_Face face, FT_UInt start, FT_UInt count, FT_Int32 flags, FT_Fixed *padvances)
static FT_Error _ft_face_scale_advances(FT_Face face, FT_Fixed *advances, FT_UInt count, FT_Int32 flags)
FT_Error(* FT_Face_GetAdvancesFunc)(FT_Face face, FT_UInt first, FT_UInt count, FT_Int32 flags, FT_Fixed *advances)
GLenum GLuint GLint GLenum face
#define LOAD_ADVANCE_FAST_CHECK(face, flags)
Referenced by af_shaper_get_elem().
◆ FT_Get_Advances()
Definition at line 113 of file ftadvanc.c.
128 return FT_THROW( Invalid_Face_Handle );
131 return FT_THROW( Invalid_Argument );
136 return FT_THROW( Invalid_Glyph_Index );
141 func =
face->driver->clazz->get_advances;
155 return FT_THROW( Unimplemented_Feature );
159 for ( nn = 0; nn <
count; nn++ )
#define FT_LOAD_VERTICAL_LAYOUT
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint factor
GLuint GLuint GLsizei count
#define FT_LOAD_ADVANCE_ONLY
FT_Load_Glyph(FT_Face face, FT_UInt glyph_index, FT_Int32 load_flags)
#define FT_ADVANCE_FLAG_FAST_ONLY
static FT_Error _ft_face_scale_advances(FT_Face face, FT_Fixed *advances, FT_UInt count, FT_Int32 flags)
FT_Error(* FT_Face_GetAdvancesFunc)(FT_Face face, FT_UInt first, FT_UInt count, FT_Int32 flags, FT_Fixed *advances)
GLenum GLuint GLint GLenum face
#define LOAD_ADVANCE_FAST_CHECK(face, flags)
Referenced by FT_Get_Advance().