|
@@ -3,7 +3,7 @@ Namespace mojo.graphics
|
|
|
|
|
|
Using std.resource
|
|
Using std.resource
|
|
|
|
|
|
-#rem monkeydoc The Glyph struct.
|
|
|
|
|
|
+#rem monkeydoc @hidden The Glyph struct.
|
|
|
|
|
|
Glyph are used to store the individual character data for fonts.
|
|
Glyph are used to store the individual character data for fonts.
|
|
|
|
|
|
@@ -24,6 +24,8 @@ Struct Glyph
|
|
|
|
|
|
End
|
|
End
|
|
|
|
|
|
|
|
+#rem monkeydoc @hidden
|
|
|
|
+#end
|
|
Class GlyphPage
|
|
Class GlyphPage
|
|
|
|
|
|
Field image:Image
|
|
Field image:Image
|
|
@@ -31,6 +33,8 @@ Class GlyphPage
|
|
|
|
|
|
End
|
|
End
|
|
|
|
|
|
|
|
+#rem monkeydoc The Font class.
|
|
|
|
+#end
|
|
Class Font Extends Resource
|
|
Class Font Extends Resource
|
|
|
|
|
|
#rem monkeydoc The font height in pixels.
|
|
#rem monkeydoc The font height in pixels.
|