LibreOffice
LibreOffice 7.4 SDK API Reference
Modules | Variables
FontType.idl File Reference

Go to the source code of this file.

Modules

module  com
 
module  com::sun
 
module  com::sun::star
 the module com::sun::star is the root module of the UNO API.
 
module  com::sun::star::awt
 Java AWT-like user interface toolkit interface specifications for UNO.
 

Constant Groups

constants  com::sun::star::awt::FontType
 These values are used to specify the technology of the font representation.
 

Variables

const short DONTKNOW = 0
 The type of the font is not known. More...
 
const short RASTER = 1
 specifies a raster font. More...
 
const short DEVICE = 2
 specifies a device font. More...
 
const short SCALABLE = 4
 specifies a scalable font. More...