Parent

Methods

TTFunk::Table::Head

Attributes

checksum_adjustment[R]
created[R]
flags[R]
font_direction_hint[R]
font_revision[R]
glyph_data_format[R]
index_to_loc_format[R]
lowest_rec_ppem[R]
mac_style[R]
magic_number[R]
modified[R]
units_per_em[R]
version[R]
x_max[R]
x_min[R]
y_max[R]
y_min[R]

Public Class Methods

encode(head, loca) click to toggle source
# File lib/ttfunk/table/head.rb, line 24
def self.encode(head, loca)
  table = head.raw
  table[8,4] = "\00\\00\\00\\00"" # set checksum adjustment to 0 initially
  table[-4,2] = [loca[:type]].pack("n") # set index_to_loc_format
  return table
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.