glyph_imager 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/glyph_imager.gemspec +1 -1
- data/vendor/ttf-ruby-0.1/lib/ttf/datatypes.rb +1 -9
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.5
|
data/glyph_imager.gemspec
CHANGED
@@ -31,15 +31,7 @@ class IO
|
|
31
31
|
self.pos = prev_pos
|
32
32
|
ret
|
33
33
|
end
|
34
|
-
|
35
|
-
alias :old_read :read
|
36
|
-
|
37
|
-
def read(*args)
|
38
|
-
ret = old_read(*args)
|
39
|
-
raise Font::TTF::MalformedFont if ret.nil?
|
40
|
-
ret
|
41
|
-
end
|
42
|
-
|
34
|
+
|
43
35
|
def read_ushort
|
44
36
|
read(SIZEOF_USHORT).unpack("n")[0]
|
45
37
|
end
|