Home » U++ Library support » U++ Library : Other (not classified elsewhere) » Sort font face list
Re: Sort font face list [message #8930 is a reply to message #8923] |
Sun, 08 April 2007 14:01  |
 |
mirek
Messages: 14265 Registered: November 2005
|
Ultimate Member |
|
|
Load it to the Vector<String> and sort it.
Of course, if you want to keep the index, you will need something better than String, like:
struct {
int fonti;
String name;
};
or, alternatively, if what you want is to fill some DropList with fonts, you can use GetSortOrder.
Mirek
[Updated on: Sun, 08 April 2007 14:03] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Tue Jul 08 13:49:37 CEST 2025
Total time taken to generate the page: 0.03394 seconds
|