Searched refs:FONT_WEIGHT_NORMAL (Results 1 – 2 of 2) sorted by relevance
67 public static final byte FONT_WEIGHT_NORMAL = (byte)0x04; field
177 data.write(new byte[] { FONT_WEIGHT_TAG, FONT_WEIGHT_NORMAL, 0x00 } ); in getData()