| Package | frocessing.text |
| Interface | public interface IBitmapFont extends IFont |
| Implementors | PFont |
| Property | Defined By | ||
|---|---|---|---|
![]() | ascent : Number [read-only] | IFont | |
![]() | descent : Number [read-only] | IFont | |
| imageDetail : uint [read-only] | IBitmapFont | ||
![]() | size : int [read-only] | IFont | |
| Method | Defined By | ||
|---|---|---|---|
![]() | charWidth(c:uint):Number | IFont | |
getFontImage(glyph:uint):BitmapData | IBitmapFont | ||
getHeight(glyph:uint):Number | IBitmapFont | ||
getOffsetX(glyph:uint):Number | IBitmapFont | ||
getOffsetY(glyph:uint):Number | IBitmapFont | ||
getWidth(glyph:uint):Number | IBitmapFont | ||
![]() | index(c:uint):int | IFont | |
| imageDetail | property |
imageDetail:uint [read-only] public function get imageDetail():uint| getFontImage | () | method |
public function getFontImage(glyph:uint):BitmapDataParameters
glyph:uint |
BitmapData |
| getHeight | () | method |
public function getHeight(glyph:uint):NumberParameters
glyph:uint |
Number |
| getOffsetX | () | method |
public function getOffsetX(glyph:uint):NumberParameters
glyph:uint |
Number |
| getOffsetY | () | method |
public function getOffsetY(glyph:uint):NumberParameters
glyph:uint |
Number |
| getWidth | () | method |
public function getWidth(glyph:uint):NumberParameters
glyph:uint |
Number |