ali-rantakari / peg-markdown-highlight

C library for Markdown syntax highlighting, using a recursive-descent parser.
Other
181 stars 36 forks source link

[Cocoa] Falling back to a default system font instead of crashing #13

Closed ashokgelal closed 8 years ago

ashokgelal commented 8 years ago
What version of peg-markdown-highlight?

The latest off the master branch as of this writing - SHA 4684ddf

What OS this issue applies to?

OS X (Cocoa + NSTextView)

What did you do?

Set font-family to a non-existent font in a .style file. For example try:

H1
font-style: bold
font-family: The Chosen One
What did you expect to see?

If the font is not installed, it should fallback to system default font.

What did you see instead?

A crash