Jump to content

DdfSetTextAlign: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

14 May 2025

  • curprev 03:2103:21, 14 May 2025 Martini talk contribs 3,732 bytes +3,732 Created page with "{{DISPLAYTITLE:DdfSetTextAlign}} This function defines whether left, center, or right text justification is to be used when text formatting is off. ==Syntax== DdfSetTextAlign(hddf, fAlign) ==Parameters== ;hddf (HDDF) - input :Handle to DDF returned by DdfInitialize. ;fAlign (ULONG) - input :Justification flag. Only the following constants may be used: :* TA_LEFT - Left-justify text :* TA_RIGHT - Right-justify text :* TA_CENTER - Center text ;rc (BOOL)..."