Home
last modified time | relevance | path

Searched refs:FONT_RELATIVE (Results 1 – 6 of 6) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/
H A DFontSelection.java31 public static final String FONT_RELATIVE = "relative"; //$NON-NLS-1$ field in FontSelection
109 return FontSelection.FONT_RELATIVE; in getFontStyle()
/dports/x11/cinnamon/cinnamon-4.8.6/src/st/
H A Dst-theme-node.c905 FONT_RELATIVE, in get_length_from_term() enumerator
950 type = FONT_RELATIVE; in get_length_from_term()
963 type = FONT_RELATIVE; in get_length_from_term()
1018 case FONT_RELATIVE: in get_length_from_term()
/dports/x11/gnome-shell/gnome-shell-41.1/src/st/
H A Dst-theme-node.c992 FONT_RELATIVE, in get_length_from_term() enumerator
1035 type = FONT_RELATIVE; in get_length_from_term()
1048 type = FONT_RELATIVE; in get_length_from_term()
1104 case FONT_RELATIVE: in get_length_from_term()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ui.intro.universal/src/org/eclipse/ui/internal/intro/universal/
H A DCustomizationContentsArea.java631 useRelativeFonts.setSelection(FontSelection.FONT_RELATIVE.equals(fontStyle)); in loadData()
803 String fontStyle = useRelativeFonts.getSelection() ? FontSelection.FONT_RELATIVE : in saveData()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/presentations/
H A DBrowserIntroPartImplementation.java544 &&FontSelection.FONT_RELATIVE.equals(FontSelection.getFontStyle()); in addToolBarActions()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/html/
H A DIntroHTMLGenerator.java830 && FontSelection.FONT_RELATIVE.equals(FontSelection.getFontStyle())) { in generateStyleElement()