Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

DarkBASIC Professional Discussion / TEXT is incomplete. Someone helps.

Author
Message
Oryaaaaa
23
Years of Service
User Offline
Joined: 20th Mar 2003
Location: Aichi-ken, Japan
Posted: 31st May 2003 17:44
There is a bug in drawing of the text.

The following instruction is normally executed.

SET TEXT FONT "MS UI Gothic", SHIFTJIS_CHARSET

However, the following instruction fails.

TXT 0,0,"(ShiftJis-Code)"

The character string is limited to one byte and CharsetCode is disregarded.
I imagine that I might relate Unicode and have limited it to one byte by the safety plan.

The idea of Win32API with taking expecting correct processing

#ifdef UNICODE
typedef WCHAR TCHAR , *PTCHAR ;
#else
typedef char TCHAR , *PTCHAR ;
#endif

I strongly hope for the addition of a new instruction word. Come to have to make DLL that does complex processing like DVIOut of LaTeX, and, because, if you take the linguistic code like us to DarkBasicProfessional. When I do not do the BITMAP approach from the outside with thought DLL that operates GDI when it is impossible. This DLL making cannot be easily done.

There is a free Basic compiler to which Japan can operate Win32API and DLL is output. "ActiveBasic3 beta" doesn't have 3D engine. It is the complex one by no change in C language ..making.. though this supports Win32API. My DLL development is painful, painful, and full.
http://www2s.biglobe.ne.jp/~yamadai/

Will you persuade Mr. Lee?
Or, will anyone make DLL converted from TrueTypeFont into BitMap?

A game developer professional in Japan says that it converts into BitMap beforehand and makes it to the best code. There is no disadvantage making it, and I think that there is a profit.
Oryaaaaa
23
Years of Service
User Offline
Joined: 20th Mar 2003
Location: Aichi-ken, Japan
Posted: 4th Jun 2003 14:30
I can be likely to do the text display corresponding to a multi-byte.

The result was good when the method of passing a character sequence to DLL not with variable form but with a pointer was chosen. I am planning the release of DLL which can be used by DarkBasicProfessional for the purpose of the end of June. The method of making and displaying Window newly will be taken when it cannot do although I think that he wants to make it DLL which rewrites BitMap of DarkBasicProfessional if it can do.If a beta version is completed, I will open to a Beta Forum.

Thanks.

Login to post a reply

Server time is: 2026-07-11 14:55:05
Your offset time is: 2026-07-11 14:55:05