Name
get_font_extentsget_font_extentsGetFontExtentsGetFontExtents — Get the maximum size of all characters of a font.
get_font_extentsget_font_extentsGetFontExtentsGetFontExtentsGetFontExtents queries the maximum width
(MaxWidthMaxWidthMaxWidthMaxWidthmaxWidth), height (MaxHeightMaxHeightMaxHeightMaxHeightmaxHeight), and extension
above and below the baseline (MaxAscentMaxAscentMaxAscentMaxAscentmaxAscent and
MaxDescentMaxDescentMaxDescentMaxDescentmaxDescent, respectively) of the font that is currently set
for the window WindowHandleWindowHandleWindowHandleWindowHandlewindowHandle. The sizes are measured in
pixels.
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Maximum height above baseline.
Maximum extension below baseline.
Maximum character height.
get_font_extentsget_font_extentsGetFontExtentsGetFontExtentsGetFontExtents returns 2 (H_MSG_TRUE) if the window is valid.
Otherwise an exception is raised.
open_windowopen_windowOpenWindowOpenWindowOpenWindow,
set_fontset_fontSetFontSetFontSetFont
set_tpositionset_tpositionSetTpositionSetTpositionSetTposition,
write_stringwrite_stringWriteStringWriteStringWriteString,
read_stringread_stringReadStringReadStringReadString,
read_charread_charReadCharReadCharReadChar
get_string_extentsget_string_extentsGetStringExtentsGetStringExtentsGetStringExtents,
set_tpositionset_tpositionSetTpositionSetTpositionSetTposition,
set_fontset_fontSetFontSetFontSetFont
Foundation