oleaut32: Make OleCreateFontIndirect return error if font name is missing. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57457
oleaut32: Remove unneeded null checks. Now that we check for null in the constructor, the name can't be null anymore