List in GDL scripts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2003-11-16 04:15 AM
DEFINE STYLE "WolfKing" fontname, fontsize, 5, 0
I think everybody do it like what i do.
But to users, it is troubled. They have to look through system fonts folder, remember the font name, then go back to ArchiCAD, type the font name.
I want to make it easier. But how?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2003-11-16 11:55 AM
For most Architects I know, font selection is a one time thing. So I set up the font selection for each client as either a default list or hard code it into the master script if they want a fixed standard (which is most common). Perhaps you could provide your users with an instruction about how to do this for themselves to set their own office standard (it's not a bug, it's a feature

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2003-11-16 02:23 PM
Using a valued list is worse than an empty variable. Think carefully, if I write the following code in my object :
VALUES 'FontName' 'Arial', 'Arial Black',....and etc.
And somebody who delete his 'Arial' font (it is possible, we can not think anybody is as wise as us

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2003-11-16 02:28 PM

I think I have a great idea. Give me some time, I'll publish my achievement here.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2003-11-16 10:35 PM
Wolf wrote:I have found it just substitutes the default font.
And somebody who delete his 'Arial' font (it is possible, we can not think anybody is as wise as us) and select 'Arial' from the valued list, what will happened?
Value list appear to be the way to go. Then the font families are controlled. After all you dont want Architects to express themselves too much!!

John Hyland : ARINA : www.arina.biz
User ver 4 to 12 - Jumped to v22 - so many options and settings!!!
OSX 10.15.6 [Catalina] : Archicad 22 : 15" MacBook Pro 2019 [/size]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2003-11-17 11:23 AM
Wolf wrote:Do:
I don't think so.
Using a valued list is worse than an empty variable. Think carefully, if I write the following code in my object :
VALUES 'FontName' 'Arial', 'Arial Black',....and etc.
And somebody who delete his 'Arial' font (it is possible, we can not think anybody is as wise as us) and select 'Arial' from the valued list, what will happened?
VALUES 'FontName' 'Arial', 'Arial Black', 'whatever', 'whateverelse', CUSTOM
Then they can type in their own if they need. And as mentioned, if Arial isn't on their computer it will switch to some other default.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2003-11-17 04:46 PM
I think I'll add this to the Wishlist.
Architectural Technology Specialist
a r c h i S O L U T I O N S
WIN7-10/ OSX 10.15.7
AC 5.1-25 USA

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2003-11-17 04:52 PM
David wrote:Please do, as a new Topic.
This font issue has been a "thorn in my side" since AC6.0. What GS needs to do is give us the ability to "REQUEST()" available fonts on the user's computer to populate a VALUES list.
I think I'll add this to the Wishlist.
ArchiCAD since 4.55 ... 1995
HP Omen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2003-11-17 11:41 PM
....set style "ac_style_1"..!!! etc
i put a
let Q=2000/glob_scale !!!!!!!! shadow scale displacement
PEN TXT1 !!! shadow color
Text2 x,y,... !!! the back text =shadow
Add2 -dim_txt/Q*h_txt,dim_txt/Q*h_txt !!!shadow offset
PEN TXT2 !!! front text color
Text2 x,y,... !!!!! the front text
and of course you can experiment another object and associate your own graphical aplhabet to fragment2
and call 2 macro objects 2X16 fragments=32 characters :idea: you can use in gdl bitmaped (jpeg) characters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2003-11-18 02:31 AM
Would that be wonderful?
Win 10, Archicad 19 INT