Module: PNG::Font::P04B_03

Defined in:
lib/font/p04b_03.rb

Constant Summary collapse

@@glyphs =
[]

Class Method Summary collapse

Class Method Details

.glyphsObject

A reference to all the characters in the font.



176
177
178
# File 'lib/font/p04b_03.rb', line 176

def self.glyphs
  @@glyphs
end

.trackingObject

Defines the space between the letters.



183
184
185
# File 'lib/font/p04b_03.rb', line 183

def self.tracking
  2
end