+ clipBitmap.getWidth ()),
(gc.clip_y_origin
+ clipBitmap.getHeight ()));
- clipBitmap = gc.clip_mask.bitmap;
if (!maskRect.setIntersect (dstRect, maskRect))
/* There is no intersection between the clip mask and the
public
Sdk7FontEntity (Sdk7Typeface typeface)
{
- float width;
-
foundry = "Google";
family = typeface.familyName;
adstyle = null;
public int
hasChar (FontSpec font, char charCode)
{
- float missingGlyphWidth, emGlyphWidth, width;
+ float missingGlyphWidth, width;
Rect rect1, rect2;
Paint paint;
Sdk7FontObject fontObject;
return 1;
missingGlyphWidth = paint.measureText (TOFU_STRING);
- emGlyphWidth = paint.measureText (EM_STRING);
width = paint.measureText ("" + charCode);
if (width == 0f)