Home
last modified time | relevance | path

Searched refs:FontValues (Results 1 – 5 of 5) sorted by relevance

/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/fonts/
H A Djuce_Font.cpp29 namespace FontValues namespace
188 height (FontValues::defaultFontHeight) in SharedFontInternal()
223 height (FontValues::defaultFontHeight) in SharedFontInternal()
402 return FontValues::fallbackFont; in getFallbackFontName()
407 FontValues::fallbackFont = name; in setFallbackFontName()
416 return FontValues::fallbackFontStyle; in getFallbackFontStyle()
421 FontValues::fallbackFontStyle = style; in setFallbackFontStyle()
450 newHeight = FontValues::limitFontHeight (newHeight); in setHeight()
462 newHeight = FontValues::limitFontHeight (newHeight); in setHeightWithoutChangingWidth()
507 newHeight = FontValues::limitFontHeight (newHeight); in setSizeAndStyle()
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_graphics/fonts/
H A Djuce_Font.cpp29 namespace FontValues namespace
188 height (FontValues::defaultFontHeight) in SharedFontInternal()
223 height (FontValues::defaultFontHeight) in SharedFontInternal()
402 return FontValues::fallbackFont; in getFallbackFontName()
407 FontValues::fallbackFont = name; in setFallbackFontName()
416 return FontValues::fallbackFontStyle; in getFallbackFontStyle()
421 FontValues::fallbackFontStyle = style; in setFallbackFontStyle()
450 newHeight = FontValues::limitFontHeight (newHeight); in setHeight()
462 newHeight = FontValues::limitFontHeight (newHeight); in setHeightWithoutChangingWidth()
507 newHeight = FontValues::limitFontHeight (newHeight); in setSizeAndStyle()
[all …]
/dports/x11-fonts/nexfontsel/NeXFontSel-3.0.1/
H A Dnexfontsel.h52 } FontValues; typedef
70 FontValues *fonts;
H A Dnexfontsel.c156 static FontValues *fonts;
160 static FontValues currentFont;
403 fonts = (FontValues*)XtMalloc( numFonts*sizeof(FontValues) ); in GetFontNames()
471 FontValues *fontValues = parseRec->fonts - numBadFonts; in ParseFontNames()
/dports/x11-fonts/xfontsel/xfontsel-1.0.6/
H A Dxfontsel.c188 typedef struct FontValues FontValues; typedef
189 struct FontValues { struct
229 static FontValues *fonts;
233 static FontValues currentFont;
437 FontValues *fonts;
453 fonts = (FontValues*)XtMalloc( numFonts*sizeof(FontValues) ); in GetFontNames()
527 FontValues *fontValues = parseRec->fonts - numBadFonts; in ParseFontNames()