Uses of Class
com.luciad.format.nvg.model.TLcdNVGFontSize
Packages that use TLcdNVGFontSize
Package
Description
This package provides the common parts of the domain models to represent NVG data.
-
Uses of TLcdNVGFontSize in com.luciad.format.nvg.model
Fields in com.luciad.format.nvg.model declared as TLcdNVGFontSizeModifier and TypeFieldDescriptionstatic final TLcdNVGFontSize
TLcdNVGStyle.DEFAULT_FONT_SIZE
Default font size is 12 pixels.Methods in com.luciad.format.nvg.model that return TLcdNVGFontSizeModifier and TypeMethodDescriptionTLcdNVGStyle.getFontSize()
Get the font size as a TLcdNVGFontSize instance.Methods in com.luciad.format.nvg.model with parameters of type TLcdNVGFontSizeModifier and TypeMethodDescriptionvoid
TLcdNVGStyle.setFontSize
(TLcdNVGFontSize aFontSize) Set the font size.