yucad3d

Text / MText / WText / Arc-Text

Single-line text, MTEXT, window-formatted text and arc-aligned text.

72 functions.

CadAddMTextCreates a new multiline text (MTEXT) entity and returns its handle.
CadAddTextCreates a new text entity and returns its handle.
CadAddText2Creates a new text entity — 2 and returns its handle.
CadMTextGetAHReturns the a h of the multiline text (MTEXT) entity.
CadMTextGetAlignReturns the align of the multiline text (MTEXT) entity.
CadMTextGetAngleReturns the angle of the multiline text (MTEXT) entity.
CadMTextGetAWReturns the a w of the multiline text (MTEXT) entity.
CadMTextGetHeightReturns the height of the multiline text (MTEXT) entity.
CadMTextGetLenReturns the length of the multiline text (MTEXT) entity.
CadMTextGetLineSpaceReturns the line space of the multiline text (MTEXT) entity.
CadMTextGetPointReturns the point of the multiline text (MTEXT) entity.
CadMTextGetRectWidthReturns the rectangle width of the multiline text (MTEXT) entity.
CadMTextGetStyleIDReturns the style i d of the multiline text (MTEXT) entity.
CadMTextGetTextReturns the text of the multiline text (MTEXT) entity.
CadMTextGetWidthReturns the width of the multiline text (MTEXT) entity.
CadMTextPutAlignSets the align of the multiline text (MTEXT) entity.
CadMTextPutAngleSets the angle of the multiline text (MTEXT) entity.
CadMTextPutHeightSets the height of the multiline text (MTEXT) entity.
CadMTextPutLineSpaceSets the line space of the multiline text (MTEXT) entity.
CadMTextPutPointSetters (one undo step).
CadMTextPutRectWidthSets the rectangle width of the multiline text (MTEXT) entity.
CadMTextPutStyleIDSets the style i d of the multiline text (MTEXT) entity.
CadMTextPutTextSets the text of the multiline text (MTEXT) entity.
CadMTextPutWidthSets the width of the multiline text (MTEXT) entity.
CadTextGetAlignReturns the align of the text entity.
CadTextGetAngleReturns the angle of the text entity.
CadTextGetBackwardReturns the backward of the text entity.
CadTextGetBoxWidthReturns the box width of the text entity.
CadTextGetHeightReturns the height of the text entity.
CadTextGetLenReturns the length of the text entity.
CadTextGetObliqueReturns the oblique of the text entity.
CadTextGetPointReturns the point of the text entity.
CadTextGetPoint0Point0 = the first/baseline-left origin.
CadTextGetStyleIDReturns the style i d of the text entity.
CadTextGetTextMaxChars is the caller buffer size in bytes (Vecad ABI — CadApi.pas declares `CadTextGetText(hEnt, szText, MaxChars: Integer)`).
CadTextGetUpsideDownReturns the upside down of the text entity.
CadTextGetWidthReturns the width of the text entity.
CadTextGetXReturns the x of the text entity.
CadTextGetYReturns the y of the text entity.
CadTextGetZReturns the z of the text entity.
CadTextPutAlignSets the align of the text entity.
CadTextPutAngleSets the angle of the text entity.
CadTextPutBackwardSets the backward of the text entity.
CadTextPutHeightSets the height of the text entity.
CadTextPutObliqueSets the oblique of the text entity.
CadTextPutPointSets the point of the text entity.
CadTextPutStyleIDSets the style i d of the text entity.
CadTextPutTextSets the text of the text entity.
CadTextPutUpsideDownSets the upside down of the text entity.
CadTextPutWidthSets the width of the text entity.
CadTextPutXSets the x of the text entity.
CadTextPutYSets the y of the text entity.
CadTextPutZSets the z of the text entity.
CadWTextGetAlignReturns the align of the window-formatted text (WTEXT) entity.
CadWTextGetAngleReturns the angle of the window-formatted text (WTEXT) entity.
CadWTextGetHeightReturns the height of the window-formatted text (WTEXT) entity.
CadWTextGetItalicReturns the italic of the window-formatted text (WTEXT) entity.
CadWTextGetLenReturns the length of the window-formatted text (WTEXT) entity.
CadWTextGetPointReturns the point of the window-formatted text (WTEXT) entity.
CadWTextGetStrikeoutReturns the strikeout of the window-formatted text (WTEXT) entity.
CadWTextGetStyleIDReturns the style i d of the window-formatted text (WTEXT) entity.
CadWTextGetTextReturns the text of the window-formatted text (WTEXT) entity.
CadWTextGetUnderlineReturns the underline of the window-formatted text (WTEXT) entity.
CadWTextPutAlignSets the align of the window-formatted text (WTEXT) entity.
CadWTextPutAngleSets the angle of the window-formatted text (WTEXT) entity.
CadWTextPutHeightSets the height of the window-formatted text (WTEXT) entity.
CadWTextPutItalicSets the italic of the window-formatted text (WTEXT) entity.
CadWTextPutPointSets the point of the window-formatted text (WTEXT) entity.
CadWTextPutStrikeoutSets the strikeout of the window-formatted text (WTEXT) entity.
CadWTextPutStyleIDSets the style i d of the window-formatted text (WTEXT) entity.
CadWTextPutTextSets the text of the window-formatted text (WTEXT) entity.
CadWTextPutUnderlineSets the underline of the window-formatted text (WTEXT) entity.