Class TTFunk::Table::Glyf::Compound
In: lib/ttfunk/table/glyf/compound.rb
Parent: Object

Methods

compound?   new   recode  

Included Modules

Reader

Constants

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)

Attributes

glyph_ids  [R] 
raw  [R] 
x_max  [R] 
x_min  [R] 
y_max  [R] 
y_min  [R] 

Public Class methods

Public Instance methods

[Validate]