#include "afhints.h"
#include "aferrors.h"
Go to the source code of this file.
Functions |
| | af_axis_hints_new_segment (AF_AxisHints axis, FT_Memory memory, AF_Segment *asegment) |
| | af_axis_hints_new_edge (AF_AxisHints axis, FT_Int fpos, AF_Direction dir, FT_Memory memory, AF_Edge *aedge) |
| void | af_glyph_hints_dump_points (AF_GlyphHints hints) |
| void | af_glyph_hints_dump_segments (AF_GlyphHints hints) |
| void | af_glyph_hints_dump_edges (AF_GlyphHints hints) |
| | af_direction_compute (FT_Pos dx, FT_Pos dy) |
| | af_glyph_hints_init (AF_GlyphHints hints, FT_Memory memory) |
| | af_glyph_hints_done (AF_GlyphHints hints) |
| | af_glyph_hints_rescale (AF_GlyphHints hints, AF_ScriptMetrics metrics) |
| | af_glyph_hints_reload (AF_GlyphHints hints, FT_Outline *outline) |
| | af_glyph_hints_save (AF_GlyphHints hints, FT_Outline *outline) |
| | af_glyph_hints_align_edge_points (AF_GlyphHints hints, AF_Dimension dim) |
| | af_glyph_hints_align_strong_points (AF_GlyphHints hints, AF_Dimension dim) |
| static void | af_iup_shift (AF_Point p1, AF_Point p2, AF_Point ref) |
| static void | af_iup_interp (AF_Point p1, AF_Point p2, AF_Point ref1, AF_Point ref2) |
| | af_glyph_hints_align_weak_points (AF_GlyphHints hints, AF_Dimension dim) |