Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 202 of file t1cmap.c.
{ FT_UInt result = 0; if ( ( char_code >= cmap->first ) && ( char_code < ( cmap->first + cmap->count ) ) ) result = cmap->indices[char_code]; return result; }