UInt32 GeoMultiProperty::size32       (void) const
{
    return getISize();
}
Beispiel #2
0
std::string
CFont::
encodeFontName()
{
  return encodeFontName(family_, getStyle(), getISize());
}
SizeT GeoMultiProperty::size         (void) const
{
    return getISize();
}
Beispiel #4
0
std::string
CFont::
buildXFontName() const
{
  return encodeXFontName(family_, getStyle(), getISize());
}