ICU-3979 remove spurious semi-colons.

X-SVN-Rev: 19528
This commit is contained in:
Eric Mader 2006-04-11 01:32:24 +00:00
parent ca9fcb4e10
commit 656d7e1b43
2 changed files with 6 additions and 6 deletions

View File

@ -338,7 +338,7 @@ le_bool PortableFontInstance::getGlyphPoint(LEGlyphID /*glyph*/, le_int32 /*poin
le_int32 PortableFontInstance::getUnitsPerEM() const
{
return fUnitsPerEM;
};
}
le_uint32 PortableFontInstance::getFontChecksum() const
{
@ -368,12 +368,12 @@ LEGlyphID PortableFontInstance::mapCharToGlyph(LEUnicode32 ch) const
float PortableFontInstance::getXPixelsPerEm() const
{
return fPointSize;
};
}
float PortableFontInstance::getYPixelsPerEm() const
{
return fPointSize;
};
}
float PortableFontInstance::getScaleFactorX() const
{

View File

@ -65,7 +65,7 @@ void SimpleFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) cons
le_int32 SimpleFontInstance::getUnitsPerEM() const
{
return 2048;
};
}
le_int32 SimpleFontInstance::getAscent() const
{
@ -90,12 +90,12 @@ LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch) const
float SimpleFontInstance::getXPixelsPerEm() const
{
return fPointSize;
};
}
float SimpleFontInstance::getYPixelsPerEm() const
{
return fPointSize;
};
}
float SimpleFontInstance::getScaleFactorX() const
{