Search found 2 matches

by gurulab
01 Jan 2005, 08:40
Forum: CAD VCL
Topic: TsgDXFText problem...
Replies: 2
Views: 13901

TsgDXFText problem...

When I rendering dwg file with CAD Import VCL, I have a problem with TsgDXFText's porperties. TsgDXFText's Box's coordinate is modified according to windows font(maybe arial.ttf) and if Text contain a pie($c6), text splitted into some strings with STANDARD style. I want to render dwg file's text usi...
by gurulab
30 Dec 2004, 20:44
Forum: CAD VCL
Topic: CADImportVCL and Unicode Text
Replies: 2
Views: 15004

CADImportVCL and Unicode Text

In CJK CodePage, I can't distinguish degree sign(%%d, $B0) and plus-minus sign(%%p, $B1) with CJK Code (WideChar). Because CJK's lead byte is between $80 ~ $FE, degree sign and plus-minus sign is converted to strange CJK character. In my opinion, the solution for this situation is that add new prope...