Font

class Font

The FX-603P used a font which is different from alpha codes. This class converts one to the other. The font contains the following:

  • $A0…$DF: Katakana «http://en.wikipedia.org/wiki/Katakana»

Constructors

Link copied to clipboard
private constructor()

Properties

Link copied to clipboard
val A: Short
upper caps A
Link copied to clipboard
val a: Short
Lower caps A
Link copied to clipboard
val Exp_0: Short = 384
Exp_0
Link copied to clipboard
val Exp_1: Short = 385
Exp_1
Link copied to clipboard
val Exp_2: Short = 386
Exp_2
Link copied to clipboard
val Exp_3: Short = 387
Exp_3
Link copied to clipboard
val Exp_4: Short = 388
Exp_4
Link copied to clipboard
val Exp_5: Short = 389
Exp_5
Link copied to clipboard
val Exp_6: Short = 390
Exp_6
Link copied to clipboard
val Exp_7: Short = 391
Exp_7
Link copied to clipboard
val Exp_8: Short = 392
Exp_8
Link copied to clipboard
val Exp_9: Short = 393
Exp_9
Link copied to clipboard
val Exp_Minus: Short = 394
Exponent Minus
Link copied to clipboard
Convert CASIO Font Character into a Java string.
Link copied to clipboard
val Fraction: Short = 395
Fraction
Link copied to clipboard
val Hex_0: Short = 400
Hex_0
Link copied to clipboard
val Hex_1: Short = 401
Hex_1
Link copied to clipboard
val Hex_2: Short = 402
Hex_2
Link copied to clipboard
val Hex_3: Short = 403
Hex_3
Link copied to clipboard
val Hex_4: Short = 404
Hex_4
Link copied to clipboard
val Hex_5: Short = 405
Hex_5
Link copied to clipboard
val Hex_6: Short = 406
Hex_6
Link copied to clipboard
val Hex_7: Short = 407
Hex_7
Link copied to clipboard
val Hex_8: Short = 408
Hex_8
Link copied to clipboard
val Hex_9: Short = 409
Hex_9
Link copied to clipboard
val Hex_A: Short = 410
Hex_A
Link copied to clipboard
val Hex_B: Short = 411
Hex_B
Link copied to clipboard
val Hex_C: Short = 412
Hex_C
Link copied to clipboard
val Hex_D: Short = 413
Hex_D
Link copied to clipboard
val Hex_E: Short = 414
Hex_E
Link copied to clipboard
val Hex_F: Short = 415
Hex_F
Link copied to clipboard
Merge_Space
Link copied to clipboard
val Middle_Dot: Short = 165
Middle_Dot — different from Alpha.
Link copied to clipboard
val Small_A: Short = 352
Small A for AR
Link copied to clipboard
val Small_R: Short = 353
Small R for AR
Link copied to clipboard
Space
Link copied to clipboard
val Step_0: Short = 256
0 character for the 4 digits 7 segment display
Link copied to clipboard
val Step_1: Short = 257
1 character for the 4 digits 7 segment display
Link copied to clipboard
val Step_2: Short = 258
2 character for the 4 digits 7 segment display
Link copied to clipboard
val Step_3: Short = 259
3 character for the 4 digits 7 segment display
Link copied to clipboard
val Step_4: Short = 260
4 character for the 4 digits 7 segment display
Link copied to clipboard
val Step_5: Short = 261
5 character for the 4 digits 7 segment display
Link copied to clipboard
val Step_6: Short = 262
6 character for the 4 digits 7 segment display
Link copied to clipboard
val Step_7: Short = 263
7 character for the 4 digits 7 segment display
Link copied to clipboard
val Step_8: Short = 264
8 character for the 4 digits 7 segment display
Link copied to clipboard
val Step_9: Short = 265
9 character for the 4 digits 7 segment display
Link copied to clipboard
val Step_Minus: Short = 270
Minus character for the 4 digits 7 segment display
Link copied to clipboard
val Step_Space: Short = 271
Space character for the 4 digits 7 segment display

Functions

Link copied to clipboard
open fun Alpha_To_Font(Alpha: Short): Short
convert an alpha code to a font code point.
Link copied to clipboard
protected open fun clone(): Any
Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
protected open fun finalize()
Link copied to clipboard
open fun Font_To_Alpha(Character: Short): Short
convert an alpha code to a font code point.
Link copied to clipboard
fun getClass(): Class<out Any>
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
fun notify()
Link copied to clipboard
fun notifyAll()
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
fun wait()