Uses of Class
org.apache.fontbox.ttf.OS2WindowsMetricsTable
-
Packages that use OS2WindowsMetricsTable Package Description org.apache.fontbox.ttf This package contains classes to parse a TTF file. -
-
Uses of OS2WindowsMetricsTable in org.apache.fontbox.ttf
Fields in org.apache.fontbox.ttf declared as OS2WindowsMetricsTable Modifier and Type Field Description private OS2WindowsMetricsTableFontHeaders. os2WindowsMethods in org.apache.fontbox.ttf that return OS2WindowsMetricsTable Modifier and Type Method Description OS2WindowsMetricsTableFontHeaders. getOS2Windows()OS2WindowsMetricsTableTrueTypeFont. getOS2Windows()Get the OS/2 table for this TTF.Methods in org.apache.fontbox.ttf with parameters of type OS2WindowsMetricsTable Modifier and Type Method Description (package private) voidFontHeaders. setOs2Windows(OS2WindowsMetricsTable os2Windows)
-