|
Use this page to post questions and answers (no complete programs)
Started: 3/29/2010 7:25 AM | |
|  | Creating your own Font Fonts are an object like Buttons or Text Field. You can create your own fonts by declaring a Font object, giving it a name and then describing the font with new.
private Font myFont = new Font("Times New Roman", Font.PLAIN, 12)
There are also font classes. you can specify a class and the computer will figure out the rest.
Font littleFont = new Font("Monospaced", Font.PLAIN, 10);
For more information about fonts look a the font class API.
 |  |
Posted: 3/29/2010 7:26 AM | |
|  |  |  |
|
| View in Web Browser | /_layouts/images/ichtmxls.gif | /myclass/lambl/Block2/_layouts/xlviewer.aspx?listguid={ListId}&itemid={ItemId}&DefaultItemOpen=1 | 0x0 | 0x1 | FileType | xlsx | 255 | | View in Web Browser | /_layouts/images/ichtmxls.gif | /myclass/lambl/Block2/_layouts/xlviewer.aspx?listguid={ListId}&itemid={ItemId}&DefaultItemOpen=1 | 0x0 | 0x1 | FileType | xlsb | 255 | | Snapshot in Excel | /_layouts/images/ewr134.gif | /myclass/lambl/Block2/_layouts/xlviewer.aspx?listguid={ListId}&itemid={ItemId}&Snapshot=1 | 0x0 | 0x1 | FileType | xlsx | 256 | | Snapshot in Excel | /_layouts/images/ewr134.gif | /myclass/lambl/Block2/_layouts/xlviewer.aspx?listguid={ListId}&itemid={ItemId}&Snapshot=1 | 0x0 | 0x1 | FileType | xlsb | 256 |
|
|
|