Mark Sibly 9 yıl önce
ebeveyn
işleme
0e928cad50
1 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  1. 5 1
      modules/mojo/graphics/font.monkey2

+ 5 - 1
modules/mojo/graphics/font.monkey2

@@ -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.