minor changes
This commit is contained in:
@@ -39,8 +39,8 @@ namespace OpenVulkano
|
||||
{
|
||||
FcPattern* font = fs->fonts[i];
|
||||
FcChar8* file;
|
||||
FcChar8 *style;
|
||||
FcChar8 *family;
|
||||
FcChar8* style;
|
||||
FcChar8* family;
|
||||
if (FcPatternGetString(font, FC_FILE, 0, &file) == FcResultMatch &&
|
||||
FcPatternGetString(font, FC_FAMILY, 0, &family) == FcResultMatch &&
|
||||
FcPatternGetString(font, FC_STYLE, 0, &style) == FcResultMatch)
|
||||
|
||||
Reference in New Issue
Block a user