Package com._1c.g5.v8.dt.internal.md
Class FontProvider
java.lang.Object
com._1c.g5.v8.dt.internal.md.FontProvider
- All Implemented Interfaces:
IFontProvider
IFontProvider
implementation.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetStyleFontIds
(Version version) Obtains map of predefined style font ids.getStyleFonts
(Version version) Obtains map of predefined style fonts.getStyleItemFontIds
(IDtProject dtProject) Obtains map of style font ids, defined inStyleElementType.FONT
typeStyleItem
s.getStyleItemFonts
(IDtProject dtProject) Obtains map of style fonts, defined inStyleElementType.FONT
typeStyleItem
s.getSystemFontIds
(Version version) Obtains map of predefined system font ids.getSystemFonts
(Version version) Obtains map of predefined system fonts.
-
Constructor Details
-
FontProvider
public FontProvider()
-
-
Method Details
-
getStyleFonts
Description copied from interface:IFontProvider
Obtains map of predefined style fonts.- Specified by:
getStyleFonts
in interfaceIFontProvider
- Parameters:
version
- project runtime version, cannot benull
- Returns:
- the map (styled font name, font)
-
getSystemFonts
Description copied from interface:IFontProvider
Obtains map of predefined system fonts.- Specified by:
getSystemFonts
in interfaceIFontProvider
- Parameters:
version
- project runtime version, cannot benull
- Returns:
- the map (system font name, font)
-
getStyleItemFonts
Description copied from interface:IFontProvider
Obtains map of style fonts, defined inStyleElementType.FONT
typeStyleItem
s.- Specified by:
getStyleItemFonts
in interfaceIFontProvider
- Parameters:
dtProject
- the dt-project, cannot benull
- Returns:
- the map (style item font name, font), defined in font type style items
-
getStyleFontIds
Description copied from interface:IFontProvider
Obtains map of predefined style font ids.- Specified by:
getStyleFontIds
in interfaceIFontProvider
- Parameters:
version
- project runtime version, cannot benull
- Returns:
- the map (styled font id, font)
-
getSystemFontIds
Description copied from interface:IFontProvider
Obtains map of predefined system font ids.- Specified by:
getSystemFontIds
in interfaceIFontProvider
- Parameters:
version
- project runtime version, cannot benull
- Returns:
- the map (system font id, font)
-
getStyleItemFontIds
Description copied from interface:IFontProvider
Obtains map of style font ids, defined inStyleElementType.FONT
typeStyleItem
s.- Specified by:
getStyleItemFontIds
in interfaceIFontProvider
- Parameters:
dtProject
- the dt-project, cannot benull
- Returns:
- the map (style item font id, font), defined in font type style items
-