class TTFunk::Table::OS2

Attributes

ascent[R]
ave_char_width[R]
break_char[R]
cap_height[R]
char_range[R]
code_page_range[R]
default_char[R]
descent[R]
family_class[R]
first_char_index[R]
last_char_index[R]
line_gap[R]
max_context[R]
panose[R]
selection[R]
type[R]
vendor_id[R]
version[R]
weight_class[R]
width_class[R]
win_ascent[R]
win_descent[R]
x_height[R]
y_strikeout_position[R]
y_strikeout_size[R]
y_subscript_x_offset[R]
y_subscript_x_size[R]
y_subscript_y_offset[R]
y_subscript_y_size[R]
y_superscript_x_offset[R]
y_superscript_x_size[R]
y_superscript_y_offset[R]
y_superscript_y_size[R]

Public Instance Methods

tag() click to toggle source
# File lib/ttfunk/table/os2.rb, line 43
def tag
  "OS/2"
end