Enhanced Printing
From CometWiki
(Difference between revisions)
Line 20: | Line 20: | ||
! GetFontInfo = item-code | ! GetFontInfo = item-code | ||
|- | |- | ||
- | | valign=top |[[Mnemonics_%22G%22#.28GetFuncResult.29| (GetFuncResult)]] | + | | valign=top | [[Mnemonics_%22G%22#.28GetFuncResult.29| (GetFuncResult)]] |
| Requests the 4-byte result of the last printer function | | Requests the 4-byte result of the last printer function | ||
| | | | ||
Line 28: | Line 28: | ||
| | | | ||
|- | |- | ||
- | | valign=top |[[Mnemonics_%22G%22#.28GetTextAlign.29| (GetTextColor)]] | + | | valign=top | [[Mnemonics_%22G%22#.28GetTextAlign.29| (GetTextColor)]] |
| Returns the current text color | | Returns the current text color | ||
|- | |- | ||
- | | valign=top |[[Mnemonics_%22G%22#.28GetTextAlign.29| (GetTextExtent)]] | + | | valign=top | [[Mnemonics_%22G%22#.28GetTextAlign.29| (GetTextExtent)]] |
| Measures the size (width and height) of the specified text | | Measures the size (width and height) of the specified text | ||
| GetTextExtent= printable-text | | GetTextExtent= printable-text | ||
|- | |- | ||
- | | valign=top |[[Mnemonics_%22P%22#.28Pop_Font.29|(Pop Font)]] | + | | valign=top | [[Mnemonics_%22P%22#.28Pop_Font.29|(Pop Font)]] |
| | | | ||
| | | | ||
Line 43: | Line 43: | ||
| | | | ||
|- | |- | ||
- | | valign=top |[[Mnemonics_%22R%22#.28Rectangle.29| (Rectangle)]] | + | | valign=top | [[Mnemonics_%22R%22#.28Rectangle.29| (Rectangle)]] |
| Draws a rectangle | | Draws a rectangle | ||
| Rectangle=left, top, right, bottom | | Rectangle=left, top, right, bottom | ||
|- | |- | ||
- | | valign=top |[[Mnemonics_%22R%22#.28RoundRect.29| (RoundRect)]] | + | | valign=top | [[Mnemonics_%22R%22#.28RoundRect.29| (RoundRect)]] |
| Draws a rectangle with rounded corners | | Draws a rectangle with rounded corners | ||
| RoundRect=left, top, right, bottom, corner-width, corner-height | | RoundRect=left, top, right, bottom, corner-width, corner-height | ||
|- | |- | ||
- | | valign=top |[[Mnemonics_%22S%22#.28SelectFont| (SelectFont)]] | + | | valign=top | [[Mnemonics_%22S%22#.28SelectFont| (SelectFont)]] |
| Selects the specified font | | Selects the specified font | ||
! SelectFont= log-font-data | ! SelectFont= log-font-data | ||
Line 59: | Line 59: | ||
! SelectSysFont=font-number | ! SelectSysFont=font-number | ||
|- | |- | ||
- | | valign=top |[[Mnemonics_%22S%22#.28SetBkColor.29| (SetBkColor]]) | + | | valign=top | [[Mnemonics_%22S%22#.28SetBkColor.29| (SetBkColor]]) |
| Sets the current background color | | Sets the current background color | ||
! SetBkColor=red, green, blue | ! SetBkColor=red, green, blue | ||
Line 71: | Line 71: | ||
! SetTextAlign=flags | ! SetTextAlign=flags | ||
|- | |- | ||
- | | valign=top |[[Mnemonics_%22S%22#.28SetTextAlign.29|(SetTextColor)]] | + | | valign=top | [[Mnemonics_%22S%22#.28SetTextAlign.29|(SetTextColor)]] |
| Sets the current text color | | Sets the current text color | ||
| SetTextColor=red, green, blue | | SetTextColor=red, green, blue |
Revision as of 21:11, 15 January 2010
Windows Printer Mnemonics
Text and font functions
Mnemonic | Description | Format - for in depth review follow link |
---|---|---|
(GetBkColor) | Returns the current background color | |
(GetBkMode) | Returns the current background mode | |
(GetFontInfo) | Returns font information | GetFontInfo = item-code |
(GetFuncResult) | Requests the 4-byte result of the last printer function | |
(GetTextAlign) | Returns the current text alignment mode | |
(GetTextColor) | Returns the current text color | |
(GetTextExtent) | Measures the size (width and height) of the specified text | GetTextExtent= printable-text |
(Pop Font) | ||
(Push Font) | ||
(Rectangle) | Draws a rectangle | Rectangle=left, top, right, bottom |
(RoundRect) | Draws a rectangle with rounded corners | RoundRect=left, top, right, bottom, corner-width, corner-height |
(SelectFont) | Selects the specified font | SelectFont= log-font-data |
(SelectSysFont) | Selects the specified SYSTEM font | SelectSysFont=font-number |
(SetBkColor) | Sets the current background color | SetBkColor=red, green, blue |
(SetBkMode) | Sets the background mode | SetBkMode=mode |
(SetTextAlign) | Sets the text alignment mode | SetTextAlign=flags |
(SetTextColor) | Sets the current text color | SetTextColor=red, green, blue |
(TextOut) | Prints the specified text at the specified location | TextOut = X, Y; printable-text |
Graphics and drawing functions
Mnemonic | Description |
---|---|
(Draw Bit Map=left, top, right, bottom, scaleX, scaleY, flags); filename</a> | Draws a bitmap graphic contained in the specified filename (.BMP/.JPG) at the specified
location, using the specified format codes and scaling factors |
(Draw Image=left, top, right, bottom, scaleX, scaleY, flags, filename)</a> | Draws a bitmap graphic contained in the specified filename (.BMP/.JPG) at the specified
location, using the specified format codes and scaling factors |
>(Draw Text=left, top, right, bottom, flags); printable-text</a> | Prints the specified text into the rectangle at the specified location,
using the specified format codes |
(Ellipse=left, top, right, bottom)</a> | Draws an ellipse |
(Line To = X, Y)</a> | Draws a line using the currently selected pen from the current
location pointer to the location specified |
(Move To = X, Y)</a> | Moves the current location pointer to the specified location |
(SelectHatchBrush=style, red, green, blue)</a> | Selects the hatched brush |
(SelectPen=style, width, red, green, blue)</a> | Selects the specified pen |
(SelectSolidBrush=red, green, blue)</a> | Selects the solid brush |
Printer control functions
Mnemonic | Description |
---|---|
(GetPageInfo = item-code)</a> | Returns page information |
(SetOrientation=mode)</a> | Sets the paper orientation |
(SetPaperSize)</a> | Sets the paper size |
(SetPrinterInfo)</a> | Sets printer information |
(LineSpacing=LinesPerInch)</a> | Overrides the default font-based line spacing to the desired lines-per-inch |
(AutoCrOn)</a> | Turns on extra CR/LF added by CosP to the end of each line not followed by (TR). |
>(AutoCrOff)</a> | Turns off extra CR/LF added by CosP to the end of each line not followed by (TR). |