Main public logs
Appearance
Combined display of all available logs of EDM2. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:23, 6 April 2025 Iturbide talk contribs created page GpiQueryColor (Created page with "This function returns the current value of the (character) color attribute, as set by the GpiSetColor call. ==Syntax== GpiQueryColor(hps) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ==Return Value== ; lColor (LONG) - returns : Color attribute. : If the presentation space is in RGB mode, lColor is an RGB value for the background. If the presentation space is in index mode (as set through GpiCreateLogColorTable), lColor is a CLR_* index...")
- 22:22, 6 April 2025 Iturbide talk contribs created page GpiQueryBackColor (Created page with "This function returns the current value of the (character) background color attribute, as set by the GpiSetBackColor function. ==Syntax== GpiQueryBackColor(hps) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ==Return Value== ; lColor (LONG) - returns : Background color. : If the presentation space is in RGB mode, lColor is an RGB value of background. If the presentation space is in index mode (as set through GpiCreateLogColorTable), lColo...")
- 22:20, 6 April 2025 Iturbide talk contribs created page GpiQueryLogicalFont (Created page with "This function returns the description of a logical font. See GpiCreateLogFont. ==Syntax== GpiQueryLogicalFont(ps, lcid, name, attrs, length) ==Parameters== ; ps (HPS) - input : Presentation-space handle. ; lcid (LONG) - input : Local identifier. : Logical font local identifier, in the range 0 through 254. Specify 0 to query the default font. ; name (PSTR8) - output : Logical font name. : An 8-character name for the logical font. ; attrs (PFATTRS...")
- 22:19, 6 April 2025 Iturbide talk contribs created page GpiQueryFullFontFileDescs (Created page with "This function determines whether a given file is a font resource file, and if so, returns the family and face names of the fonts that it contains. ==Syntax== GpiQueryFullFontFileDescs(hab, pszFilename, plCount, pNames, plNamesBuffLength) ==Parameters== ; hab (HAB) - input : Anchor-block handle. ; pszFilename (PSZ) - input : Fully qualified filename. : This is the name of the font resource. The filename extension is .FON. ; plCount (PLONG) - in/out : Maxi...")
- 22:18, 6 April 2025 Iturbide talk contribs created page GpiQueryFontFileDescription (Created page with "This function determines whether a given file is a font resource file, and if so, returns the family and face names of the fonts that it contains. ==Syntax== GpiQueryFontFileDescriptions(hab, pszFilename, plCount, affdescsNames) ==Parameters== ; hab (HAB) - input : Anchor-block handle. ; pszFilename (PSZ) - input : Fully qualified filename. : This is the name of the font resource. The filename extension is .FON. ; plCount (PLONG) - in/out : Pointer to th...")
- 22:17, 6 April 2025 Iturbide talk contribs created page GpiQueryFontAction (Created page with "This function determines whether available fonts have been affected since the last time the function was called. ==Syntax== GpiQueryFontAction(anchor, options) ==Parameters== ; anchor (HAB) - input : Anchor-block handle. ; options (ULONG) - input : Options. : The following may be OR'ed together if required: :; QFA_PUBLIC :: Interested in any change of public fonts. :; QFA_PRIVATE :: Interested in any change of private fonts for the current process. ==Return...")
- 22:16, 6 April 2025 Iturbide talk contribs created page GpiQueryFaceString (Created page with "This function generates a compound face name for a font. ==Syntax== GpiQueryFaceString(ps, FamilyName, attrs, length, CompoundFaceName) ==Parameters== ; ps (HPS) - input : Presentation-space handle. ; FamilyName (PSZ) - input : Family name. : The family name of the font (for example, "Courier"). ; attrs (PFACENAMEDESC) - input : Face-name description. : A structure that provides the characteristics of the required font. These characteristics are used to...")
- 22:16, 6 April 2025 Iturbide talk contribs created page GpiUnloadPublicFonts (Created page with "This function unloads one or more generally-available fonts from the specified resource file. See GpiLoadPublicFonts. ==Syntax== GpiUnloadPublicFonts(hab, pszFilename) ==Parameters== ; hab (HAB) - input : Anchor-block handle. ; pszFilename (PSZ) - input : Filename. : This is the fully-qualified name of the font resource. The file-name extension is .FON ==Return Value== ; rc (BOOL) - returns : Success indicator. :; TRUE :: Successful completion :; FAL...")
- 22:15, 6 April 2025 Iturbide talk contribs created page GpiLoadPublicFonts (Created page with "This function loads one or more fonts from the specified resource file, to be available for all applications. ==Syntax== GpiLoadPublicFonts(hab, pszFilename) ==Parameters== ; hab (HAB) - input : Anchor-block handle. ; pszFilename (PSZ) - input : Filename. : This is the fully-qualified name of the font resource. The file-name extension is ".FON". ==Return Value== ; rc (BOOL) - returns : Success indicator. :; TRUE :: Successful completion :; FALSE :: Error...")
- 22:13, 6 April 2025 Iturbide talk contribs created page GpiQueryDefTag (Created page with "This function returns the default value of the tag identifier, as set by the GpiSetDefTag function. ==Syntax== GpiQueryDefTag(hps, plTag) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; plTag (PLONG) - output : Default tag identifier. ==Return Value== ; rc (BOOL) - returns : Success indicator. :; TRUE :: Successful completion :; FALSE :: Error occurred. ==Errors== Possible returns from WinGetLastError: ; PMERR_INV_HPS (0x207F) : An inv...")
- 22:12, 6 April 2025 Iturbide talk contribs created page GpiQueryAttrMode (Created page with "This function returns the current value of the attribute mode, as set by GpiSetAttrMode. ==Syntax== GpiQueryAttrMode(hps) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ==Return Value== ; lMode (LONG) - returns : Current attribute mode. : This parameter can have one of the following values: :; >=0 :: Current attribute mode :; AM_ERROR :: Error. ==Errors== Possible returns from WinGetLastError: ; PMERR_INV_HPS (0x207F) : An invalid presen...")
- 22:06, 6 April 2025 Iturbide talk contribs created page GpiSetRegion (Created page with "This function changes a region to be the logical-OR of a set of rectangles. ==Syntax== GpiSetRegion(hps, hrgn, lcount, arclRectangles) ==Parameters== ; hps (HPS) - input : Presentation-space handle. : The region must be owned by the device identified by the currently associated device context. ; hrgn (HRGN) - input : Region handle. ; lcount (LONG) - input : Count of rectangles. : This is the number of rectangles specified in arclRectangles. If lcount = 0...")
- 22:05, 6 April 2025 Iturbide talk contribs created page GpiRectInRegion (Created page with "This function checks whether any part of a rectangle lies within the specified region. ==Syntax== GpiRectInRegion(hps, hrgn, prclRect) ==Parameters== ; hps (HPS) - input : Presentation-space handle. : The region must be owned by the device identified by the currently associated device context. ; hrgn (HRGN) - input : Region handle. ; prclRect (PRECTL) - input : Test rectangle. : The rectangle is specified in device coordinates. ==Return Value== ; lInsid...")
- 22:04, 6 April 2025 Iturbide talk contribs created page GpiQueryRegionBox (Created page with "This function checks whether a point lies within a region. ==Syntax== GpiPtInRegion(hps, hrgn, pptlPoint) ==Parameters== ; hps (HPS) - input : Presentation-space handle. : The region must be owned by the device identified by the currently associated device context. ; hrgn (HRGN) - input : Region handle. ; pptlPoint (PPOINTL) - input : Point to be checked. : The point is in device coordinates. ==Return Value== ; lInside (LONG) - returns : Inside and...")
- 22:04, 6 April 2025 Iturbide talk contribs created page GpiPtInRegion (Created page with "This function checks whether a point lies within a region. ==Syntax== GpiPtInRegion(hps, hrgn, pptlPoint) ==Parameters== ; hps (HPS) - input : Presentation-space handle. : The region must be owned by the device identified by the currently associated device context. ; hrgn (HRGN) - input : Region handle. ; pptlPoint (PPOINTL) - input : Point to be checked. : The point is in device coordinates. ==Return Value== ; lInside (LONG) - returns : Inside and...")
- 22:03, 6 April 2025 Iturbide talk contribs created page GpiPaintRegion (Created page with "This function paints a region into a presentation space, using the current pattern attributes. ==Syntax== GpiPaintRegion(hps, hrgn) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; hrgn (HRGN) - input : Region handle. ==Return Value== ; lHits (LONG) - returns : Correlation and error indicators. :; GPI_OK :: Successful :; GPI_HITS :: Correlate hits :; GPI_ERROR :: Error. ==Remarks== The current GPI area foreground and background colors a...")
- 22:02, 6 April 2025 Iturbide talk contribs created page GpiOffsetRegion (Created page with "This function moves a region. ==Syntax== GpiOffsetRegion(hps, Hrgn, pptlOffset) ==Parameters== ; hps (HPS) - input : Presentation-space handle. : The region must be owned by the device identified by the currently associated device context. ; Hrgn (HRGN) - input : Handle of the region to be moved. ; pptlOffset (PPOINTL) - input : Offset to be added to the region boundary. ==Return Value== ; rc (BOOL) - returns : Success indicator. :; TRUE :: Successf...")
- 22:01, 6 April 2025 Iturbide talk contribs created page GpiEqualRegion (Created page with "This function checks whether two regions are identical. ==Syntax== GpiEqualRegion(hps, hrgnSrc1, hrgnSrc2) ==Parameters== ; hps (HPS) - input : Presentation-space handle. : The regions must be owned by the device identified by the currently associated device context. ; hrgnSrc1 (HRGN) - input : Handle of first region. ; hrgnSrc2 (HRGN) - input : Handle of second region. ==Return Value== ; lEquality (LONG) - returns : Equality and error indicators. :...")
- 22:01, 6 April 2025 Iturbide talk contribs created page GpiCombineRegion (Created page with "This function combines two regions. ==Syntax== GpiCombineRegion(hps, hrgnDest, hrgnSrc1, hrgnSrc2, lMode) ==Parameters== ; hps (HPS) - input : Presentation-space handle. : The regions must be owned by the device identified by the currently associated device context. ; hrgnDest (HRGN) - input : Handle of destination. ; hrgnSrc1 (HRGN) - input : Handle of first source region. ; hrgnSrc2 (HRGN) - input : Handle of second source region. ; lMode (LONG...")
- 21:59, 6 April 2025 Iturbide talk contribs created page GpiDestroyRegion (Created page with "This function destroys a region. ==Syntax== GpiDestroyRegion(hps, hrgn) ==Parameters== ; hps (HPS) - input : Presentation-space handle. : The region must be owned by the device identified by the currently associated device context. ; hrgn (HRGN) - input : Handle of region to be destroyed. : If this is NULLHANDLE, the call takes no action, and completes without error. ==Return Value== ; rc (BOOL) - returns : Success indicator. :; TRUE :: Successful comple...")
- 21:58, 6 April 2025 Iturbide talk contribs created page GpiCreateRegion (Created page with "This function creates a region, for a particular class of device, using a series of rectangles. ==Syntax== GpiCreateRegion(hps, lCount, arclRectangles) ==Parameters== ; hps (HPS) - input : Presentation-space handle. : A region suitable for use with the currently associated device is created. ; lCount (LONG) - input : The number of rectangles. : The number specified in arclRectangles. If lCount is 0, an empty region is created, and arclRectangles is ignored....")
- 21:57, 6 April 2025 Iturbide talk contribs created page GpiSetClipRegion (Created page with "This function defines the region to be used for clipping, when any drawing takes place through the specified presentation space. ==Syntax== GpiSetClipRegion(hps, hrgn, phrgnOld) ==Parameters== ; hps (HPS) - input : Presentation-space handle. : The presentation space must be currently associated with a device context of the correct device class (defined when the region is first created). ; hrgn (HRGN) - input : Region handle. : If hrgn is null, the clipping re...")
- 21:56, 6 April 2025 Iturbide talk contribs created page GpiRectVisible (Created page with "This function checks whether any part of a rectangle lies within the clipping region of the device associated with the specified presentation space. ==Syntax== GpiRectVisible(hps, prclRectangle) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; prclRectangle (PRECTL) - input : Test rectangle, in world coordinates. : Points on the borders of the rectangle are considered to be included within the rectangle. ==Return Value== ; lVisibility (LON...")
- 21:55, 6 April 2025 Iturbide talk contribs created page GpiQueryClipRegion (Created page with "This function returns the handle of the currently selected clip region. ==Syntax== GpiQueryClipRegion(hps) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ==Return Value== ; hrgn (HRGN) - returns : Clip-region handle (if any). :; NULLHANDLE :: Null handle (no region is selected) :; HRGN_ERROR :: Error :; Otherwise :: Clip region handle. ==Remarks== If there is no currently selected clip region, a null handle is returned. ==Errors== Possible...")
- 21:54, 6 April 2025 Iturbide talk contribs created page GpiQueryClipBox (Created page with "This function returns the dimensions of the tightest rectangle which completely encloses the intersection of all the clipping definitions. ==Syntax== GpiQueryClipBox(hps, prclBound) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; prclBound (PRECTL) - output : Bounding rectangle. : The coordinates of the bounding rectangle, in world coordinates. ==Return Value== ; lComplexity (LONG) - returns : Complexity and error indicators. :; RGN_NUL...")
- 21:53, 6 April 2025 Iturbide talk contribs created page GpiPtVisible (Created page with "This function checks whether a point is visible within the clipping region of the device associated with the specified presentation space. ==Syntax== GpiPtVisible(hps, pptlPoint) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; pptlPoint (PPOINTL) - input : Point to be checked. : The point is given in world coordinates. ==Return Value== ; lVisibility (LONG) - returns : Visibility indicator. :; PVIS_INVISIBLE :: Not visible :; PVIS_VISIBL...")
- 21:53, 6 April 2025 Iturbide talk contribs created page GpiOffsetClipRegion (Created page with "This function moves the clipping region by the specified displacement. ==Syntax== GpiOffsetClipRegion(hps, pptlPoint) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; pptlPoint (PPOINTL) - input : Displacement. : The displacement by which the clipping region is to be moved, expressed as an offset in world coordinates. ==Return Value== ; lComplexity (LONG) - returns : Complexity of clipping and error indicators. : The clipping complexity...")
- 21:52, 6 April 2025 Iturbide talk contribs created page GpiIntersectClipRectangle (Created page with "This function sets the new clip region to the intersection of the current clip region and the specified rectangle. ==Syntax== GpiIntersectClipRectangle(hps, prclRectangle) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; prclRectangle (PRECTL) - input : prclRectangle, the coordinates of which are world coordinates. ==Return Value== ; lComplexity (LONG) - returns : Complexity of clipping and error indicators. : The clipping complexity inf...")
- 21:50, 6 April 2025 Iturbide talk contribs created page GpiExcludeClipRectangle (Created page with "This function excludes a rectangle from the clipping region. ==Syntax== GpiExcludeClipRectangle(hps, prclRectangle) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; prclRectangle (PRECTL) - input : Rectangle to be excluded. : The coordinates are world coordinates. ==Return Value== ; lComplexity (LONG) - returns : Complexity of clipping and error indicators. : The clipping complexity information includes the combined effects of: : * Clip...")
- 21:48, 6 April 2025 Iturbide talk contribs created page GpiSetTextAlignment (Created page with "This function determines the alignment used to position the characters in a string. ==Syntax== GpiSetTextAlignment(hps, lHoriz, lVert) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; lHoriz (LONG) - input : Horizontal alignment. : This parameter and the next one (lVert) specify the alignment of character strings horizontally and vertically. Together they define a reference point within the string that is positioned on the starting point spec...")
- 21:47, 6 April 2025 Iturbide talk contribs created page GpiQueryTextAlignment (Created page with "This function returns the current value of the text alignment attribute, as set by the GpiSetTextAlignment function. ==Syntax== GpiQueryTextAlignment(hps, plHoriz, plVert) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; plHoriz (PLONG) - output : Horizontal alignment. : The horizontal alignment determines character positioning in a text string. The value returned will be one of those described under the GpiSetTextAlignment function....")
- 21:46, 6 April 2025 Iturbide talk contribs created page GpiQueryCharSet (Created page with "GpiQueryCharSet - Syntax This function returns the character-set local identifier (lcid), as set by the GpiSetCharSet function. ==Syntax== GpiQueryCharSet(hps) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ==Return Value== ; lLcid (LONG) - returns : Character-set local identifier. :; LCID_DEFAULT :: Default :; >0 :: Local identifier :; LCID_ERROR :: Error. ==Remarks== This function is invalid when the drawing mode (see GpiSetDrawingMo...")
- 21:42, 6 April 2025 Iturbide talk contribs created page GpiQueryCharExtra (Created page with "This function returns the current value of the character-extra attribute, as set by the GpiSetCharExtra function. ==Syntax== GpiQueryCharExtra(hps, Extra) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; Extra (PFIXED) - output : Character-extra attribute value. ==Return Value== ; rc (BOOL) - returns : Success indicator. :; TRUE :: Successful completion :; FALSE :: Error occurred. ==Remarks== This function is invalid when the drawin...")
- 21:41, 6 April 2025 Iturbide talk contribs created page GpiQueryCharDirection (Created page with "This function returns the current value of the character-direction attribute, as set by the GpiSetCharDirection function. ==Syntax== GpiQueryCharDirection(hps, pDirection) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; pDirection (PLONG) - output : Character-direction attribute value. ==Return Value== ; rc (BOOL) - returns : Success indicator. :; TRUE :: Successful completion :; FALSE :: Error occurred. ==Remarks== This function i...")
- 21:39, 6 April 2025 Iturbide talk contribs created page GpiQueryCharBreakExtra (Created page with "This function returns the current value of the character-break-extra attribute, as set by the GpiSetCharBreakExtra function. ==Syntax== GpiQueryCharBreakExtra(hps, BreakExtra) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; BreakExtra (PFIXED) - output : Character-break-extra attribute value. ==Return Value== ; rc (BOOL) - returns : Success indicator. :; TRUE :: Successful completion :; FALSE :: Error occurred. ==Remarks== This fun...")
- 21:37, 6 April 2025 Iturbide talk contribs created page GpiSetCharExtra (Created page with "This function specifies an extra increment to be used for spacing characters in a string. ==Syntax== GpiSetCharExtra(hps, Extra) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; Extra (FIXED) - input : Character-extra value. : The value can be negative, 0, or positive: :; A negative value forces the characters closer together. :; A value of 0 results in normal spacing. :; A positive value forces the characters further apart. : The value is in...")
- 21:34, 6 April 2025 Iturbide talk contribs created page GpiSetCharBreakExtra (Created page with "This function specifies an extra increment to be used for spacing break characters in a string. ==Syntax== GpiSetCharBreakExtra(hps, BreakExtra) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; BreakExtra (FIXED) - input : Character-break-extra value. : The value can be negative, 0, or positive: :; A negative value reduces the effective width of break characters. :; A value of 0 results in normal spacing. :; A positive value increases the effe...")
- 21:33, 6 April 2025 Iturbide talk contribs created page GpiQuerySetIds (Created page with "This function returns information about all the fonts that have been created by GpiCreateLogFont, and tagged bit maps (see GpiSetBitmapId). ==Syntax== GpiQuerySetIds(hps, lCount, alTypes, aNames, allcids) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; lCount (LONG) - input : The number of objects to be queried. : The number of local identifiers (lcids) currently in use, and therefore the maximum number of objects for which informati...")
- 21:32, 6 April 2025 Iturbide talk contribs created page GpiUnloadFonts (Created page with "This function unloads any fonts previously loaded from the resource file by GpiLoadFonts. ==Syntax== GpiUnloadFonts(hab, pszFilename) ==Parameters== ; hab (HAB) - input : Anchor-block handle. ; pszFilename (PSZ) - input : Fully qualified file name of the font resource. : The file name extension is .FON ==Return Value== ; rc (BOOL) - returns : Success indicator. :; TRUE :: Successful completion :; FALSE :: Error occurred. ==Remarks== Before issuing t...")
- 21:32, 6 April 2025 Iturbide talk contribs created page GpiQueryWidthTable (Created page with "This function returns width table information for the logical font identified by the value of the character-set attribute. ==Syntax== GpiQueryWidthTable(hps, lFirstChar, lCount, alData) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; lFirstChar (LONG) - input : Codepoint of first character. : The codepoint of the initial character, for which width-table information is required. ; lCount (LONG) - input : Count of elements in alData. : Th...")
- 21:31, 6 April 2025 Iturbide talk contribs created page GpiQueryNumberSetIds (Created page with "This function returns the number of local identifiers (lcids) currently in use, referring to fonts or bit maps. ==Syntax== GpiQueryNumberSetIds(hps) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ==Return Value== ; lCount (LONG) - returns : Number of lcids. :; >=0 :: Number of lcids in use :; GPI_ALTERROR :: Error. ==Remarks== LCID_DEFAULT is included if the default font has been changed (see GpiCreateLogFont). The information returned b...")
- 21:30, 6 April 2025 Iturbide talk contribs created page GpiQueryFonts (Created page with "This function returns a record providing details of the fonts that match the specified pszFacename. ==Syntax== GpiQueryFonts(hps, flOptions, pszFacename, plReqFonts, lMetricsLength, afmMetrics) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; flOptions (ULONG) - input : Enumeration options. : This controls which fonts are to be enumerated. If more than one of the following options are required, the values can be ORed together. :; QF_PUBLIC ::...")
- 21:30, 6 April 2025 Iturbide talk contribs created page GpiQueryFontMetrics (Created page with "This function returns a record providing details of the font metrics for the logical font that is currently selected. ==Syntax== GpiQueryFontMetrics(hps, lMetricsLength, pfmMetrics) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; lMetricsLength (LONG) - input : Length of metrics. : It must be greater or equal to 0. ; pfmMetrics (PFONTMETRICS) - output : Metrics of font. : In this buffer are returned the font metrics of the logical font,...")
- 21:29, 6 April 2025 Iturbide talk contribs created page GpiLoadFonts (Created page with "This function loads one or more fonts from the specified resource file. ==Syntax== GpiLoadFonts(hab, pszFilename) ==Parameters== ; hab (HAB) - input : Anchor-block handle. ; pszFilename (PSZ) - input : Filename. : This is the fully-qualified name of the font resource. ==Return Value== ; rc (BOOL) - returns : Success indicator. :; TRUE :: Successful completion :; FALSE :: Error occurred. ==Remarks== All of the fonts in the file become available for any p...")
- 21:28, 6 April 2025 Iturbide talk contribs created page GpiDeleteSetId (Created page with "This function deletes a logical font or bit-map tag. ==Syntax== GpiDeleteSetId(hps, lLcid) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; lLcid (LONG) - input : Local identifier. : The local identifier (lcid) for the object. It must be in the range of 0 through 254. : If LCID_ALL is specified, all logical fonts are deleted, and all bit-map tagging is removed. If LCID_DEFAULT or LCID_ALL is specified, the original default font is restored if...")
- 21:27, 6 April 2025 Iturbide talk contribs created page File:GpiQueryTextBox aptlPoints.png
- 21:27, 6 April 2025 Iturbide talk contribs uploaded File:GpiQueryTextBox aptlPoints.png
- 21:27, 6 April 2025 Iturbide talk contribs created page GpiQueryTextBox (Created page with "This function returns the relative coordinates of the four corners of a text box. ==Syntax== GpiQueryTextBox(hps, lCount1, pchString, lCount2, aptlPoints) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; lCount1 (LONG) - input : Number of characters. : It must be greater or equal to 0 and less or equal to 512 ; pchString (PCH) - input : The character string. ; lCount2 (LONG) - input : Number of points. : Contains the number of point...")
- 21:25, 6 April 2025 Iturbide talk contribs created page GpiQueryCharMode (Created page with "This function returns the current value of the character-mode attribute, as set by the GpiSetCharMode function. ==Syntax== GpiQueryCharMode(hps) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ==Return Value== ; lMode (LONG) - returns : Character mode. :; CM_DEFAULT :: Default :; >0 :: Character mode :; CM_ERROR :: Error. ==Remarks== This function is invalid when the drawing mode (see GpiSetDrawingMode) is set to retain. ==Errors== P...")
- 21:24, 6 April 2025 Iturbide talk contribs created page GpiQueryCharBox (Created page with "This function returns the current value of the character box attribute, as set by the GpiSetCharBox function. ==Syntax== GpiQueryCharBox(hps, psizfxSize) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; psizfxSize (PSIZEF) - output : Character-box size. : If the character box is currently set to the default, the default size is returned. This is the size returned by DevQueryCaps (CAPS_GRAPHICS_CHAR_WIDTH and CAPS_GRAPHICS_CHAR_HEIGHT), co...")