Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
hi everybody how to use function of CDC::GetCharWidth()HH thanks in andvance!!:confused::confused: nothing
const char first = 'a'; const char last = 'z'; INT Sizes[last-first+1]; if ( dc.GetCharWidth(first, last, Sizes) ) { // "Sizes" now contains the sizes! } Steve