瀏覽代碼

Doc: define h2d.Tile for Font

Namide 10 年之前
父節點
當前提交
42092dbef6
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      doc/ref.html

+ 6 - 0
doc/ref.html

@@ -280,6 +280,12 @@ The following blend mode values are available :
 </p>
     
 <h2>H2D Font</h2>
+
+<p>
+    Font use <code>h2d.Tile</code> to storage characters.
+</p>
+    
+<p>We can initialize <code>h2d.Font</code> from a bitmap</p>
     
 <p>
     To display text in H2D you must have a bitmap font ressource. It's easy to build this ressource width <a href="https://github.com/andryblack/fontbuilder/downloads">FontBuilder</a>.