We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2023-07-05 12:05 AM
Hello again, i'm trying to edit the default ArchiCAD title so we can have a more personalized one, but i can't find where i can change the alignment of the title text and the scale text in its GDL code.
I found where to change its position, but i can't seem to find where the alignment is. Can a kind soul help me here?
Solved! Go to Solution.
2023-07-05 12:36 AM - edited 2023-07-05 12:39 AM
That would be in a text style definition. Look for the following code (or something similar):
define style "styleDrawingScale" gs_drawing_scale_font_type,
gs_drawing_scale_font_size,
anchorDrawingScale,
drawingScaleFontStyle
2023-07-05 12:36 AM - edited 2023-07-05 12:39 AM
That would be in a text style definition. Look for the following code (or something similar):
define style "styleDrawingScale" gs_drawing_scale_font_type,
gs_drawing_scale_font_size,
anchorDrawingScale,
drawingScaleFontStyle
2023-07-05 07:44 PM
Perfect @Robert Nichols, it was exactly that!
Thanks very much!!!