We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba90396 commit f4d3bc8Copy full SHA for f4d3bc8
Source/SFGlyphManipulation.c
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (C) 2016 Muhammad Tayyab Akram
+ * Copyright (C) 2018 Muhammad Tayyab Akram
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -92,7 +92,7 @@ static SFBoolean _SFAssessGlyphByClass(_SFGlyphAgent *glyphAgent)
92
93
static SFBoolean _SFAssessGlyphByCoverage(_SFGlyphAgent *glyphAgent)
94
{
95
- SFData coverage = SFData_Subdata(glyphAgent->helperPtr, glyphAgent->recordValue);
+ SFData coverage = SFData_Subdata((SFData)glyphAgent->helperPtr, glyphAgent->recordValue);
96
SFUInteger covIndex;
97
98
covIndex = SFOpenTypeSearchCoverageIndex(coverage, glyphAgent->glyphID);
0 commit comments