Class | TTFunk::Table::Glyf::Compound |
In: |
lib/ttfunk/table/glyf/compound.rb
|
Parent: | Object |
ARG_1_AND_2_ARE_WORDS | = | 0x0001 |
WE_HAVE_A_SCALE | = | 0x0008 |
MORE_COMPONENTS | = | 0x0020 |
WE_HAVE_AN_X_AND_Y_SCALE | = | 0x0040 |
WE_HAVE_A_TWO_BY_TWO | = | 0x0080 |
WE_HAVE_INSTRUCTIONS | = | 0x0100 |
Component | = | Struct.new(:flags, :glyph_index, :arg1, :arg2, :transform) |
glyph_ids | [R] | |
raw | [R] | |
x_max | [R] | |
x_min | [R] | |
y_max | [R] | |
y_min | [R] |