Live data from Hacker News

Office Code Pro Updated with Italics

github.com

1–10 of 10 posts

Re: Office Code Pro Updated with Italics

#2
"Office Code Pro is a customized version of Source Code Pro... The customizations were made specifically for text editors and coding environments, ..."

Interesting, a customized version of a "Source Code" font enhanced for coding and named "Office Code". Am I reading that right?

Re: Office Code Pro Updated with Italics

#3
post #2

"Office Code Pro is a customized version of Source Code Pro... The customizations were made specifically for text editors and coding environments, ..." Interesting, a customized version of a "Source Code" font enhanced for coding and named "Office Code". Am I reading that right?

Assuming the name was changed because "Source" is the reserved font name in the SIL Open Font License.

Re: Office Code Pro Updated with Italics

#4
Thanks for this, it seems nice. I've been using SCP for quite a while and this looks like a nice enough improvement to make me switch. I like the inclusion of the Powerline symbols and the tweaks I've noticed to the glyphs and spacing.

Re: Office Code Pro Updated with Italics

#5
post #2

"Office Code Pro is a customized version of Source Code Pro... The customizations were made specifically for text editors and coding environments, ..." Interesting, a customized version of a "Source Code" font enhanced for coding and named "Office Code". Am I reading that right?

Yeah, it's a slightly (but noticeably) tweaked variation of Adobe's Source Code Pro font.

Re: Office Code Pro Updated with Italics

#6
post #4

Thanks for this, it seems nice. I've been using SCP for quite a while and this looks like a nice enough improvement to make me switch. I like the inclusion of the Powerline symbols and the tweaks I've noticed to the glyphs and spacing.

This isn't my repo, only posted it, but I agree with your observations. The subtleties really make this great.

Re: Office Code Pro Updated with Italics

#9
If you're trying to get this to work in a Java IDE on OSX (IDEA/PhpStorm for me) the only way I could get real italics to work was to put the TTF (not OTF) fonts into /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/fonts

Obviously this path will be different if you've changed your IDE to use a different JRE, but they seem to need to live in the Java home lib/fonts directory otherwise they aren't treated right.

I also had to pick the medium weight because regular rendered like light. The font situation with Java on OSX seems very strange.

Re: Office Code Pro Updated with Italics

#10
It's wonderful to see the improvement on SourceCode Pro font. Can I have a request? Is there any possible to include font awesome (https://github.com/FortAwesome/Font-Awesome) because of this under terminal? (https://github.com/arialdomartini/oh-my-git). Currently my setup on both OSX and Linux is using SourceCode Pro with Powerline Plus Awesome font from here (https://github.com/gabrielelana/awesome-terminal-fonts/tree/...). Honestly my setting is too complicated I think.