Holds information about a particular Graphite silf table that has been loaded. More...
#include <Font.h>
Public Types | |
enum | gr_space_contextuals { gr_space_unknown = 0, gr_space_none = 1, gr_space_left_only = 2, gr_space_right_only = 3, gr_space_either_only = 4, gr_space_both = 5, gr_space_cross = 6 } |
Public Attributes | |
gr_uint16 | extra_ascent |
The extra_ascent in the GDL, in design units. | |
gr_uint16 | extra_descent |
The extra_descent in the GDL, in design units. | |
gr_uint16 | upem |
The design units for the font. | |
enum gr_faceinfo::gr_space_contextuals | space_contextuals |
unsigned int | has_bidi_pass: 1 |
the table specifies that a bidirectional pass should run | |
unsigned int | line_ends: 1 |
there are line end contextuals somewhere | |
unsigned int | justifies: 1 |
there are .justify properties set somewhere on some glyphs |
Holds information about a particular Graphite silf table that has been loaded.
enum gr_space_contextuals |
gr_uint16 extra_ascent |
The extra_ascent in the GDL, in design units.
gr_uint16 extra_descent |
The extra_descent in the GDL, in design units.
unsigned int has_bidi_pass |
the table specifies that a bidirectional pass should run
unsigned int justifies |
there are .justify properties set somewhere on some glyphs
unsigned int line_ends |
there are line end contextuals somewhere
enum gr_faceinfo::gr_space_contextuals space_contextuals |
gr_uint16 upem |
The design units for the font.