Skip to content
Snippets Groups Projects
Select Git revision
0 results

mp_uctx.c

  • rahix's avatar
    6d9c1b69
    uctx: Raise exception for unknown fonts · 6d9c1b69
    rahix authored and rahix's avatar rahix committed
    Don't return None when a font is not found, but instead raise a
    ValueError.  This is more pythonic along the lines of
    
    	- Errors should never pass silently.
    	- Ask forgiveness, not permission.
    6d9c1b69
    History
    uctx: Raise exception for unknown fonts
    rahix authored and rahix's avatar rahix committed
    Don't return None when a font is not found, but instead raise a
    ValueError.  This is more pythonic along the lines of
    
    	- Errors should never pass silently.
    	- Ask forgiveness, not permission.