|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PriBitmapCharacter | |
---|---|
com.openpcl.pclrenderimage.render | |
com.openpcl.pclrenderimage.softfont |
Uses of PriBitmapCharacter in com.openpcl.pclrenderimage.render |
---|
Fields in com.openpcl.pclrenderimage.render declared as PriBitmapCharacter | |
---|---|
protected PriBitmapCharacter |
PriDrawText.mPriBitmapCharacter
|
Methods in com.openpcl.pclrenderimage.render with parameters of type PriBitmapCharacter | |
---|---|
void |
PriRasterDrawing.drawSoftFontRasterChar(PriBitmapCharacter pCharacter)
Draw Soft Font Char 8 bits per byte. |
Uses of PriBitmapCharacter in com.openpcl.pclrenderimage.softfont |
---|
Fields in com.openpcl.pclrenderimage.softfont with type parameters of type PriBitmapCharacter | |
---|---|
protected Hashtable<Integer,PriBitmapCharacter> |
PriBitmapFont.mCharacterMap
|
Methods in com.openpcl.pclrenderimage.softfont that return PriBitmapCharacter | |
---|---|
PriBitmapCharacter |
PriBitmapFont.getChar(int charCode)
Returns PriBitmapCharacter mapped to the code |
Methods in com.openpcl.pclrenderimage.softfont with parameters of type PriBitmapCharacter | |
---|---|
void |
PriBitmapFont.addChar(PriBitmapCharacter ch)
Adds a PriBitmapCharacter to a bitmap font |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |