I am currently using the type1ec and fix-cm packages in order to get bigger font sizes. It works great for every symbol that I've needed so far except the \hbar symbol.
What approach will I need to take to get the \hbar symbol to print the same size as the others?
Text Formatting ⇒ \hbar font size
NEW: TikZ book now 40% off at Amazon.com for a short time.

Re: \hbar font size
Got it working. I added the following to the fix-cm.sty file:
\DeclareFontFamily{U}{msb}{}
\DeclareFontShape{U}{msb}{m}{n}{
<-6> msbm5
<6-7> msbm6
<7-8> msbm7
<8-9> msbm8
<9-10> msbm9
<10-> msbm10
}{}
msbm being the font where \hbar is defined.
\DeclareFontFamily{U}{msb}{}
\DeclareFontShape{U}{msb}{m}{n}{
<-6> msbm5
<6-7> msbm6
<7-8> msbm7
<8-9> msbm8
<9-10> msbm9
<10-> msbm10
}{}
msbm being the font where \hbar is defined.