Can I specify different fonts in row and column titles?

Using (or providing) components based on the "Win32" framework
Post Reply
User avatar
ray
Posts: 238
Joined: Wed Feb 24, 2010 12:24 am
Location: Blackwater, Camberley. UK

Can I specify different fonts in row and column titles?

Post by ray »

Hi,

I am trying to create a grid with column titles using Unicode character from the Symbola font.
⎕UCS 119131+⍳9
gives the glyphs for "Rhythmic values of notes" used in musical notation,(such as ♫) while
⎕UCS 119097+⍳9
give 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
Ray Cannon
Please excuse any smelling pisstakes.
Post Reply