PenProfile 2.x

Uses of Class
com.livescribe.display.Font

Packages that use Font
com.livescribe.buttons   
com.livescribe.display This package consists of classes and interfaces that allows applications to render on the pen display. 
com.livescribe.ui   
 

Uses of Font in com.livescribe.buttons
 

Methods in com.livescribe.buttons with parameters of type Font
 void ButtonPABDisplay.setFont(Font font)
          Sets the text's font.
 

Uses of Font in com.livescribe.display
 

Methods in com.livescribe.display that return Font
static Font Font.getDefaultFont()
          Returns the default font for the current locale.
static Font Font.getDefaultFont(Locale locale)
          Returns the default font for the locale specified.
 Font AttributedText.Attribute.getFont()
          Gets the font attribute.
 Font Graphics.getFont()
          Gets the current font of this Graphics.
static Font Font.getFont(int face, int style, int size)
          Gets the font for the attributes specified for the current locale.
static Font Font.getFont(Locale locale, int face, int style, int size)
          Returns the font for the locale and the attributes specified.
static Font Font.getFont(Locale locale, String faceName, int style, int size)
          Returns the font for the locale and the attributes specified.
static Font Font.getFont(String faceName, int style, int size)
          Returns the font for the attributes specified for the current locale.
 

Methods in com.livescribe.display with parameters of type Font
 void AttributedText.addText(Font font, String text)
          Adds the text that should be rendered using the font specified.
 void AttributedText.insertText(int index, Font font, String text)
          Inserts text at the specified index.
static Object AttributedText.parseEnriched(String s, Font font)
          Parses enriched text and returns the string or a new AttributedText, as appropriate.
protected static void Font.render(Font font, Graphics destination, String text, int offset, int len, int x, int y)
          Renders the text on the destination graphics using the font's renderer.
 void Graphics.setFont(Font font)
          Sets the font for this Graphics.
 

Uses of Font in com.livescribe.ui
 

Fields in com.livescribe.ui declared as Font
protected  Font ScrollLabel.font
           
 

Methods in com.livescribe.ui with parameters of type Font
 void ScrollLabel.setFont(Font font)
           
 


PenProfile 2.x

Copyright © 2010 Livescribe Inc. All Rights Reserved.
Confidential and subject to NDA.