FontChooser
last edited 4 years ago by gamma
description
This part creates a frame with a combobox that contains all the fonts installed on the user’s system. The FontChooser allows users to select the font and fire to the Font outpin. The part fires Closed string to the Close outpin when the user closes the frame.
Part Diagram from Graph Editor

inpins
- createFrame(int, int, int, int) - ID = 1 - Frame size and coordinates
- int - X Axis coordinate
- int - Y Axis coordinate
- int - Frame width
- int - Frame height
- show() - ID = 2 - Shows the frame
- hide() - ID = 3 - Hides the frame
outpins
- Font - ID = 51 - Selected Font
- Font Object
- Close - ID = 52 - Closed String
- String - "Closed"
links to cvs
source - revision 1.2 org.vcb.parts.ui.FontChooser.java at sourceforge.net
configuration file revision 1.3 fontChooser.xml at sourceforge.net
status
alpha release