Class DefaultFontNativeContext
- java.lang.Object
-
- org.pentaho.reporting.libraries.fonts.registry.DefaultFontNativeContext
-
- All Implemented Interfaces:
Serializable
,FontNativeContext
public class DefaultFontNativeContext extends Object implements Serializable, FontNativeContext
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefaultFontNativeContext(boolean nativeBold, boolean nativeItalics)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isNativeBold()
boolean
isNativeItalics()
-
-
-
Method Detail
-
isNativeBold
public boolean isNativeBold()
- Specified by:
isNativeBold
in interfaceFontNativeContext
-
isNativeItalics
public boolean isNativeItalics()
- Specified by:
isNativeItalics
in interfaceFontNativeContext
-
-