You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Text alignment for tuplets for VGDevice::kAlignCenter | VGDevice::kAlignBottom.
I suggest to test various text alignments with your implementation, using text elements only. You can compare your output with the online guidoeditor.
e.g.
This is the output of
{[ c2/12 ]}
, the "3" in the tuple is misaligned.When debugging I saw that the top left rect (x,y) passed to
DrawString
may be the "bottom" of the text.I need some help understanding the SetFontAlign parameters. For example, is the
kAlignCenter
both horizontal and vertical alignment?The text was updated successfully, but these errors were encountered: