Text Justification
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2005-10-11 12:15 AM
‎2005-10-11
12:15 AM
DEFINE STYLE name font_family, size, anchor, face_codeI just get the... anchor that changes (self explanatory, I guess). But while the anchor may move to the center, the text is still left-justified. How could I get it to justify to the center, or right for that matter.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2005-10-11 01:30 AM
‎2005-10-11
01:30 AM
Using TEXT2-command will need manual justification by using STW(). As normal Text has an Anchor AND justification line.
Better use RICHTEXT, TEXTBLOCK AND PARAGRAPH for that. Have a look to the manual. It will provide you full rich text format.
Better use RICHTEXT, TEXTBLOCK AND PARAGRAPH for that. Have a look to the manual. It will provide you full rich text format.
bim author since 1994 | bim manager since 2018 | author of selfGDL.de | openGDL | skewed archicad user hall of fame | author of bim-all-doors.gsm
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2005-10-13 03:04 AM
‎2005-10-13
03:04 AM
F. wrote:Sorry for the late reply, but this looks interesting/promising. I'll need to look into it - haven't used these commands yet. Thanks for the info.
Better use RICHTEXT, TEXTBLOCK AND PARAGRAPH for that. Have a look to the manual. It will provide you full rich text format.