Character Widths
Applications need to retrieve character-width data when they perform such
tasks as fitting strings of text to page or column widths. There are four functions
that an application can use to retrieve character-width data. Two of these
functions retrieve the character-advance width and two of these functions retrieve
actual character-width data.
An application can use the
GetCharWidth32 and
GetCharWidthFloat functions to retrieve the advance width for individual characters or symbols
in a string of text. The advance width is the distance that the cursor on a
video display or the print-head on a printer must advance before printing the next
character in a string of text. The
GetCharWidth32 function returns the advance width as an integer value. If greater precision
is required, an application can use the
GetCharWidthFloat function to retrieve fractional advance-width values.
An application can retrieve actual character-width data by using the
GetCharABCWidths and
GetCharABCWidthsFloat functions. To retrieve character widths for characters in a string of text
that will be printed using a TrueType font, an application can call the
GetCharABCWidths function; however, for any other font, the application should call the
GetCharABCWidthsFloat function. (For more information about TrueType fonts, see
Raster, Vector, and TrueType Fonts). The following illustration shows the three components of the
ABC width:
The "A" spacing is the width to add to the current position before placing the
character. The "B" spacing is the width of the character itself. The "C"
spacing is the white space to the right of the character. The total advance width is
determined by calculating the sum of A+B+C. The character cell is an imaginary
rectangle that surrounds each character or symbol in a Windows font. Because
characters can overhang or underhang the character cell, either or both of the A
and C increments can be a negative number.
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers
- More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples
- Databases for Amazon shops developers
-
Amazon Categories Database
Browse Nodes Database