ICU-3979 remove spurious semi-colons.
X-SVN-Rev: 19528
This commit is contained in:
parent
ca9fcb4e10
commit
656d7e1b43
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user