I am trying to create a grid with column titles using Unicode character from the Symbola font.
⎕UCS 119131+⍳9gives the glyphs for "Rhythmic values of notes" used in musical notation,(such as ♫) while
⎕UCS 119097+⍳9give the "Rhythmic values of rests" glyphs.
I whish to use these glyphs as column titles in a large font.
However, I want the CellHeights to be much smaller, so require to set a smaller font size for the RowTitles.
I know I can set a different Font for the Cell values via CellFont, but there does not appear to any way use different font sizes for row and column titles.
So far the only solution I have come up with is to put bitmaps of the musical glyphs in the column titles (rather than text using Symbola font). Then I can the small font size I require for the RowTitles, keeping the CellHeight very small.
Can anybody suggest a simpler solution?
Thanks Ray