logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XmStringBaseline — A compound string function that returns the number of pixels between the top of the

Description

XmStringBaseline  returns  the  number of pixels between the top of the character box and the baseline of
       the first line of text in the provided compound string.

       rendertable
                 Specifies the render table

       string    Specifies the string

Name

XmStringBaseline  —  A  compound string function that returns the number of pixels between the top of the
       character box and the baseline of the first line of text "XmStringBaseline" "compound  string  functions"
       "XmStringBaseline"

Return

       Returns the number of pixels between the top of the character box and the baseline of the first  line  of
       text.

Synopsis

       #include <Xm/Xm.h>
       DimensionXmStringBaseline(
       XmRenderTablerendertable,
       XmStringstring);

See Also