BLOS#75830 ArchiCad - Tekstlabel in unicode
svn path=/Slnkdwf/trunk/; revision=58489
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// Zorg dat versies alfabetisch altijd op elkaar volgen!
|
||||
#define SLNK_MAJOR_VERSION 4
|
||||
#define SLNK_MINOR_VERSION 27
|
||||
#define SLNK_MINOR_VERSION 28
|
||||
#define SLNK_BUILD_VERSION 0
|
||||
|
||||
// Define resource strings
|
||||
|
||||
@@ -798,8 +798,11 @@ WT_Result CWhipFile::my_process_text (WT_Text & text, WT_File & file)
|
||||
if (!deze->m_labelLayerActive)
|
||||
return WT_Result::Success; // Wrong layer
|
||||
|
||||
if (text.string().is_ascii() && strlen(text.string().ascii()) > 0)
|
||||
deze->m_SLNKLabels.Add(text);
|
||||
WT_Text roomnr(text);
|
||||
roomnr.string().set(text.string().length(), text.string()); // maak kopie, indien mogelijk wordt dat vanzelf ascii
|
||||
|
||||
if (roomnr.string().is_ascii() && strlen(roomnr.string().ascii()) > 0)
|
||||
deze->m_SLNKLabels.Add(roomnr);
|
||||
return WT_Result::Success;
|
||||
}
|
||||
|
||||
|
||||
12
historie.txt
12
historie.txt
@@ -1,3 +1,15 @@
|
||||
V4.28 04-01-2022
|
||||
BLOS#75830 ArchiCad - Tekstlabel in unicode
|
||||
|
||||
V4.27 14-12-2021
|
||||
FCLT#63646 Graphics verbeteringen property 'UnmatchedLabels' tijdje geleden al toegevoegd.
|
||||
|
||||
V4.27 28-10-2021
|
||||
FCLT#69128 Fontawesome iconen kunnen gebruiken als Graphics symbolen
|
||||
|
||||
V4.27 18-10-2021
|
||||
- FCLT#69004 Label achtergrondkleur en alpha via [cff00ff,00ff00,128]
|
||||
|
||||
V4.27 15-10-2021
|
||||
- FCLT#63646 Lijndikte van symbolen kunnen zetten
|
||||
- FCLT#68480 Geen TIFF ondersteuning meer
|
||||
|
||||
Reference in New Issue
Block a user