Platforms to show: All Mac Windows Linux Cross-Platform
WindowsFontFamilyMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Fonts | MBS Win Plugin | 11.0 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
The font list is the same as font() function in Xojo as far as we see.
- 47 properties
- property CodepageBitfield as MemoryBlock
- property FontType as Integer
- property LogFontBold as Boolean
- property LogFontCharSet as Integer
- property LogFontClipPrecision as Integer
- property LogFontEscapement as Integer
- property LogFontFaceName as String
- property LogFontFullName as String
- property LogFontHeight as Integer
- property LogFontItalic as Boolean
- property LogFontOrientation as Integer
- property LogFontOutPrecision as Integer
- property LogFontPitchAndFamily as Integer
- property LogFontQuality as Integer
- property LogFontScript as String
- property LogFontStrikeOut as Boolean
- property LogFontStyle as String
- property LogFontUnderline as Boolean
- property LogFontWeight as Integer
- property LogFontWidth as Integer
- property NumberOfAxes as Integer
- property NumberOfDesignVectors as Integer
- property TextMetricAscent as Integer
- property TextMetricAverageCharWidth as Integer
- property TextMetricAverageWidth as Integer
- property TextMetricBreakChar as Integer
- property TextMetricCellHeight as Integer
- property TextMetricCharSet as Integer
- property TextMetricDefaultChar as Integer
- property TextMetricDescent as Integer
- property TextMetricDigitizedAspectX as Integer
- property TextMetricDigitizedAspectY as Integer
- property TextMetricExternalLeading as Integer
- property TextMetricFirstChar as Integer
- property TextMetricFlags as Integer
- property TextMetricHeight as Integer
- property TextMetricInternalLeading as Integer
- property TextMetricItalic as Boolean
- property TextMetricLastChar as Integer
- property TextMetricMaxCharWidth as Integer
- property TextMetricOverhang as Integer
- property TextMetricPitchAndFamily as Integer
- property TextMetricSizeEM as Integer
- property TextMetricStruckOut as Boolean
- property TextMetricUnderlined as Boolean
- property TextMetricWeight as Integer
- property UnicodeSubsetBitfield as MemoryBlock
- 4 methods
- method AxisMaxValue(index as Integer) as Integer
- method AxisMinValue(index as Integer) as Integer
- method AxisName(index as Integer) as string
- method DesignVectorValues(index as Integer) as Integer
- 5 shared methods
- shared method AllFonts as WindowsFontFamilyMBS()
- shared method AllFonts(fonts() as WindowsFontFamilyMBS) as Integer
- shared method AllFontsEx as WindowsFontFamilyMBS()
- shared method FontsOfFamily(family as string) as WindowsFontFamilyMBS()
- shared method FontsOfFamily(family as string, fonts() as WindowsFontFamilyMBS) as Integer
- 80 constants
This class has no sub classes.
Some properties using for this class:
- WindowsFontDialogMBS.CurrentFont as WindowsFontFamilyMBS
Some examples using this class:
Blog Entries
- MBS Xojo Plugins, version 21.4pr3
- News from the MBS Xojo Plugins Version 20.5
- MBS Xojo Plugins, version 20.5pr4
- MBS REALbasic Plugins 11.0 released
- MBS REALbasic Plugins, version 10.6pr12
Release notes
- Version 21.4
- Fixed properties for WindowsBlueToothDeviceSearchParameterMBS and WindowsFontFamilyMBS classes.
- Version 20.5
- Added AllFontsEx function for WindowsFontFamilyMBS class.
The items on this page are in the following plugins: MBS Win Plugin.
WindowsFontDialogMBS - WindowsGattCharacteristicMBS