Class: FT::TT_Header
- Inherits:
-
FFIAdditions::Struct
- Object
- FFIAdditions::Struct
- FT::TT_Header
- Defined in:
- lib/ft-ffi/struct/true_type/header.rb
Overview
Instance Method Summary collapse
- #CheckSum_Adjust ⇒ Object
- #CheckSum_Adjust=(v) ⇒ Object
- #Created ⇒ Object
- #Created=(v) ⇒ Object
- #Flags ⇒ Object
- #Flags=(v) ⇒ Object
- #Font_Direction ⇒ Object
- #Font_Direction=(v) ⇒ Object
- #Font_Revision ⇒ Object
- #Font_Revision=(v) ⇒ Object
- #Glyph_Data_Format ⇒ Object
- #Glyph_Data_Format=(v) ⇒ Object
- #Index_To_Loc_Format ⇒ Object
- #Index_To_Loc_Format=(v) ⇒ Object
- #Lowest_Rec_PPEM ⇒ Object
- #Lowest_Rec_PPEM=(v) ⇒ Object
- #Mac_Style ⇒ Object
- #Mac_Style=(v) ⇒ Object
- #Magic_Number ⇒ Object
- #Magic_Number=(v) ⇒ Object
- #Modified ⇒ Object
- #Modified=(v) ⇒ Object
- #Table_Version ⇒ Object
- #Table_Version=(v) ⇒ Object
- #Units_Per_EM ⇒ Object
- #Units_Per_EM=(v) ⇒ Object
- #xMax ⇒ Object
- #xMax=(v) ⇒ Object
- #xMin ⇒ Object
- #xMin=(v) ⇒ Object
- #yMax ⇒ Object
- #yMax=(v) ⇒ Object
- #yMin ⇒ Object
- #yMin=(v) ⇒ Object
Instance Method Details
#CheckSum_Adjust ⇒ Object
8 |
# File 'lib/ft-ffi/struct/true_type/header.rb', line 8 def CheckSum_Adjust; end |
#CheckSum_Adjust=(v) ⇒ Object
9 |
# File 'lib/ft-ffi/struct/true_type/header.rb', line 9 def CheckSum_Adjust=(v); end |
#Created ⇒ Object
16 |
# File 'lib/ft-ffi/struct/true_type/header.rb', line 16 def Created; end |
#Created=(v) ⇒ Object
17 |
# File 'lib/ft-ffi/struct/true_type/header.rb', line 17 def Created=(v); end |
#Flags ⇒ Object
12 |
# File 'lib/ft-ffi/struct/true_type/header.rb', line 12 def Flags; end |
#Flags=(v) ⇒ Object
13 |
# File 'lib/ft-ffi/struct/true_type/header.rb', line 13 def Flags=(v); end |
#Font_Direction ⇒ Object
32 |
# File 'lib/ft-ffi/struct/true_type/header.rb', line 32 def Font_Direction; end |
#Font_Direction=(v) ⇒ Object
33 |
# File 'lib/ft-ffi/struct/true_type/header.rb', line 33 def Font_Direction=(v); end |
#Font_Revision ⇒ Object
6 |
# File 'lib/ft-ffi/struct/true_type/header.rb', line 6 def Font_Revision; end |
#Font_Revision=(v) ⇒ Object
7 |
# File 'lib/ft-ffi/struct/true_type/header.rb', line 7 def Font_Revision=(v); end |
#Glyph_Data_Format ⇒ Object
36 |
# File 'lib/ft-ffi/struct/true_type/header.rb', line 36 def Glyph_Data_Format; end |
#Glyph_Data_Format=(v) ⇒ Object
37 |
# File 'lib/ft-ffi/struct/true_type/header.rb', line 37 def Glyph_Data_Format=(v); end |
#Index_To_Loc_Format ⇒ Object
34 |
# File 'lib/ft-ffi/struct/true_type/header.rb', line 34 def Index_To_Loc_Format; end |
#Index_To_Loc_Format=(v) ⇒ Object
35 |
# File 'lib/ft-ffi/struct/true_type/header.rb', line 35 def Index_To_Loc_Format=(v); end |
#Lowest_Rec_PPEM ⇒ Object
30 |
# File 'lib/ft-ffi/struct/true_type/header.rb', line 30 def Lowest_Rec_PPEM; end |
#Lowest_Rec_PPEM=(v) ⇒ Object
31 |
# File 'lib/ft-ffi/struct/true_type/header.rb', line 31 def Lowest_Rec_PPEM=(v); end |
#Mac_Style ⇒ Object
28 |
# File 'lib/ft-ffi/struct/true_type/header.rb', line 28 def Mac_Style; end |
#Mac_Style=(v) ⇒ Object
29 |
# File 'lib/ft-ffi/struct/true_type/header.rb', line 29 def Mac_Style=(v); end |
#Magic_Number ⇒ Object
10 |
# File 'lib/ft-ffi/struct/true_type/header.rb', line 10 def Magic_Number; end |
#Magic_Number=(v) ⇒ Object
11 |
# File 'lib/ft-ffi/struct/true_type/header.rb', line 11 def Magic_Number=(v); end |
#Modified ⇒ Object
18 |
# File 'lib/ft-ffi/struct/true_type/header.rb', line 18 def Modified; end |
#Modified=(v) ⇒ Object
19 |
# File 'lib/ft-ffi/struct/true_type/header.rb', line 19 def Modified=(v); end |
#Table_Version ⇒ Object
4 |
# File 'lib/ft-ffi/struct/true_type/header.rb', line 4 def Table_Version; end |
#Table_Version=(v) ⇒ Object
5 |
# File 'lib/ft-ffi/struct/true_type/header.rb', line 5 def Table_Version=(v); end |
#Units_Per_EM ⇒ Object
14 |
# File 'lib/ft-ffi/struct/true_type/header.rb', line 14 def Units_Per_EM; end |
#Units_Per_EM=(v) ⇒ Object
15 |
# File 'lib/ft-ffi/struct/true_type/header.rb', line 15 def Units_Per_EM=(v); end |
#xMax ⇒ Object
24 |
# File 'lib/ft-ffi/struct/true_type/header.rb', line 24 def xMax; end |
#xMax=(v) ⇒ Object
25 |
# File 'lib/ft-ffi/struct/true_type/header.rb', line 25 def xMax=(v); end |
#xMin ⇒ Object
20 |
# File 'lib/ft-ffi/struct/true_type/header.rb', line 20 def xMin; end |
#xMin=(v) ⇒ Object
21 |
# File 'lib/ft-ffi/struct/true_type/header.rb', line 21 def xMin=(v); end |
#yMax ⇒ Object
26 |
# File 'lib/ft-ffi/struct/true_type/header.rb', line 26 def yMax; end |
#yMax=(v) ⇒ Object
27 |
# File 'lib/ft-ffi/struct/true_type/header.rb', line 27 def yMax=(v); end |
#yMin ⇒ Object
22 |
# File 'lib/ft-ffi/struct/true_type/header.rb', line 22 def yMin; end |
#yMin=(v) ⇒ Object
23 |
# File 'lib/ft-ffi/struct/true_type/header.rb', line 23 def yMin=(v); end |