|
Unicode in RichView 1.2.6b
The new beta version of RichView Package is available.
It includes:
- some Unicode support; the same document can contain both Unicode and
single-byte text;
- support for custom drawing (on events) of text, paragraph background, page
breaks, etc.
Related Discussions - NET SEND (2001-01-26 23:17:39)Hey Mr. Baseball,
Thank you man for being so explanative and modifying the code to improve it. Thanks to Rubens too, he tested the code and so on....
- HOW 2 NOT USE DLL IF NOT AVAIBLE? (2001-03-02 00:51:17)Place one button, one edit box and one memo on a form ...
*** CODE START ***
unit Example_Unit;
interface
uses
Windows, Messages,...
- WHAT UNIT MUST I ADD TO USE THE "NETSHAREADD" FUNCTION? (2001-03-01 02:14:19)This Function is part of LanMan 2.x and must be declared from NETAPI32.DLL
Type
_SHARE_INFO_2 = Record
NetName : lpWStr;...
- KERNEL VIOLATION, .... HELP (2001-03-15 01:38:34)I asume you send some queries to the system.
The result of your querie may be a pointer to memory with a certain size due to the type of query and...
- HOW CAN I ADD MY PROGRAM IN CONTROL PANEL (2001-03-20 11:06:52)Try this code.It's a little bit big but...I got this in the internet.
Creating Control Panel Applets with Delphi
Ted Houts
Recently it's...
- WM_UNICHAR, WHAT'S IT??? (2001-04-21 17:02:09)I got this at borland newsgroups:
there was recently a discussion about it on the Unicode mailing list. You can
view the public archive without...
- CHAR TYPES (2001-06-13 02:08:10)well, choosing between char and varchar depends on what you emphasise:
char takes more storage space,taken for an example: char field of size 600...
- HOW TO CHANGE AN ITEM IN REGIONAL SETTINGS? (2001-06-14 22:05:07)Use the SetLocaleInfo function.
The SetLocaleInfo function sets an item of locale information. It does so by making an entry in the process...
- HI, CAN SOMEBODY TELL ME HOW CAN I READ THE VOLUME LABEL OF AN UNIT? (2001-07-01 11:51:49)The Windows API has a function wich you can use: GetVolumeInformation.
The GetVolumeInformation function returns information about a file system...
- FONT QUESTION ... (2001-07-17 02:32:06) Hi
Thanx for your reply , but it didnt work for UNICODE fonts.
Now , I know my font file is a unicode font file.
But I dont know how to show...
|