class EmptyFontDescriptor : public css::awt::FontDescriptor
{ public:
EmptyFontDescriptor()
{ // Not all enums are initialized correctly in FontDescriptor-CTOR because // they are set to the first enum value, this is not always the default value.
Slant = css::awt::FontSlant_DONTKNOW;
Underline = css::awt::FontUnderline::DONTKNOW;
Strikeout = css::awt::FontStrikeout::DONTKNOW;
}
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.