textSrcMixinClone method
void
textSrcMixinClone(
- TextSrcMixin base
inherited
Implementation
void textSrcMixinClone(TextSrcMixin base) {
_textMinZoomLevel = base._textMinZoomLevel;
_fontSize = base._fontSize;
_fontFamily = base._fontFamily;
_fontStyle = base._fontStyle;
_maxTextWidth = base._maxTextWidth;
}