[Kangaroo Index] [Kangaroo Hierarchy] [Headers]
#include <kdeobjc/KCharsets.h>
Inherits: NSObject (GNUstepBase)
Default initializer
Prepares charset of given name
name | Name of the charset |
Copy a KCharset
Prepares charset from Qt's charset id
id | Qt's id of the charset |
Gives name of the charset
Check if charset is displayable
Check if charset is displayable using given font
family | name of the font |
Check if charset is defined for use with KDE (in charsets classes or in charsets config files)
Check if charset is OK. In fact the same as isAvailable
Check if charset is registered for use in mime messages. YES also for some not-yet-registered charsets (UTF-7 and UTF-8)
Set charset of QFont to this. Should be used instead of -[QFont setCharSet]
fnt | Font we want set charset of |
Get QT's id of charset. Qt has id defined only for ISO-8859-* charsets, so their charset functions should not be used
Get nuber of bits needed to represent a character. As for now only 8-bit characters are supported well
check if character is printable in selected charset
chr | Character to check |
Gets X charset identifier (last two fields of X font name)
| Kdoc |