Module com.github.weisj.jsvg
Interface HasFontRenderContext
-
- All Known Subinterfaces:
HasContext,HasContext.ByDelegate
- All Known Implementing Classes:
Anchor,BaseInnerViewContainer,CommonInnerViewContainer,CommonRenderableContainerNode,Group,HasContextImpl,LinearTextContainer,Marker,Mask,Pattern,SVG,Symbol,Text,TextContainer,TextPath,TextSpan,Use
public interface HasFontRenderContextInforms the renderer that an element provides styling information which can be inherited by its children.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull FontRenderContextfontRenderContext()
-
-
-
Method Detail
-
fontRenderContext
@NotNull @NotNull FontRenderContext fontRenderContext()
-
-