Home | Trees | Indices | Help |
|
---|
|
Type Font,
etc., wrapping ObjC NSFont
.
Version: 25.04.03
Classes | |
Font Python Font Type, wrapping ObjC NSFont .
|
|
FontError Font selection error. |
|
FontTraitError Font traits error. |
Functions | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Variables | |
__all__ = _ALL_LAZY.fonts
|
|
FontDesign = FontDesign.Default Font design constants ( int ), arbitrary.
|
|
FontTextStyle = FontTextStyle.Body= Font text style constants ( int ), arbitrary.
|
|
FontTrait = FontTrait.Bold Font trait constants ( mask ).
|
|
FontWeight = FontWeight.Black=12 or 3< Font weight constants ( int ).
|
|
Fonts = Fonts.App=Font.Helvetica(family=Helvetica, size=12, we Pre-defined system fonts, all Font instances. |
|
FontDesign.Default 0 |
|
FontDesign.MonoSpaced 1 |
|
FontDesign.Rounded 2 |
|
FontDesign.Serif 3 |
|
FontTextStyle.Body 11 |
|
FontTextStyle.Callout 31 |
|
FontTextStyle.Caption 21 |
|
FontTextStyle.Caption2 22 |
|
FontTextStyle.Footnote 41 |
|
FontTextStyle.Headline 51 |
|
FontTextStyle.HeadlineSub 50 |
|
FontTextStyle.SubHeadline 50 |
|
FontTextStyle.Title 61 |
|
FontTextStyle.Title2 62 |
|
FontTextStyle.Title3 63 |
|
FontTextStyle.TitleExtraLarge 72 |
|
FontTextStyle.TitleExtraLarge2 73 |
|
FontTextStyle.TitleLarge 82 |
|
FontTrait.Bold 0x2 |
|
FontTrait.Compressed 0x200 |
|
FontTrait.Condensed 0x40 |
|
FontTrait.Expanded 0x20 |
|
FontTrait.Italic 0x1 |
|
FontTrait.MonoSpace 0x400 |
|
FontTrait.Narrow 0x10 |
|
FontTrait.Poster 0x100 |
|
FontTrait.SansSerif 0x80000000 |
|
FontTrait.SmallCaps 0x80 |
|
FontTrait.UnBold 0x4 |
|
FontTrait.UnItalic 0x1000000 |
|
FontWeight.Black 12 |
|
FontWeight.Bold 9 |
|
FontWeight.BoldSemi 8 |
|
FontWeight.Hairline 0 |
|
FontWeight.Heavy 15 |
|
FontWeight.Light 0 |
|
FontWeight.Medium 7 |
|
FontWeight.Normal 5 |
|
FontWeight.Regular 5 |
|
FontWeight.SemiBold 8 |
|
FontWeight.Thin 2 |
|
Fonts.App Get the UserFont .
|
|
Fonts.Bold Get the BoldFont .
|
|
Fonts.BoldItalic Get the BoldItalicFont .
|
|
Fonts.Italic Get the ItalicFont .
|
|
Fonts.Label Get the LabelFont .
|
|
Fonts.Menu Get the MenuFont .
|
|
Fonts.MenuBar Get the MenuBarFont .
|
|
Fonts.Message Get the MessageFont .
|
|
Fonts.MonoSpace Get the MonoSpaceFont .
|
|
Fonts.Palette Get the PaletteFont .
|
|
Fonts.System Get the SystemFont .
|
|
Fonts.TableData Get the TableDataFont .
|
|
Fonts.TableHeader Get the TableHeaderFont .
|
|
Fonts.Title Get the TitleFont .
|
|
Fonts.TitleBar Get the TitleBarFont .
|
Function Details |
Yield the installed font families.
|
Yield the available font names of a family.
|
Yield the available fonts of a family.
|
Yield the available fonts of a family.
|
Return the traits mask for the named traits.
|
Return the font trait names for a traits mask.
|
Variables Details |
FontDesignFont design constants (int ), arbitrary.
|
FontTextStyleFont text style constants (int ), arbitrary.
|
FontTraitFont trait constants (mask ).
|
FontWeightFont weight constants (int ).
|
FontsPre-defined system fonts, all Font instances.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Apr 8 11:26:16 2025 | http://epydoc.sourceforge.net |