示例#1
0
文件: LibuiEx.cs 项目: masums/tcdfx
 internal static UnderlineStyle AttributeUnderline(IntPtr a) => Libui.LoadFunction <Signatures.uiAttributeUnderline>()(a);
示例#2
0
文件: LibuiEx.cs 项目: masums/tcdfx
 internal static IntPtr NewBackgroundAttribute(double r, double g, double b, double a) => Libui.LoadFunction <Signatures.uiNewBackgroundAttribute>()(r, g, b, a);
示例#3
0
文件: LibuiEx.cs 项目: masums/tcdfx
 internal static IntPtr NewUnderlineAttribute(UnderlineStyle u) => Libui.LoadFunction <Signatures.uiNewUnderlineAttribute>()(u);
示例#4
0
文件: LibuiEx.cs 项目: masums/tcdfx
 internal static FontStretch AttributeStretch(IntPtr a) => Libui.LoadFunction <Signatures.uiAttributeStretch>()(a);
示例#5
0
文件: LibuiEx.cs 项目: masums/tcdfx
 internal static void AttributeColor(IntPtr a, out double r, out double g, out double b, out double alpha) => Libui.LoadFunction <Signatures.uiAttributeColor>()(a, out r, out g, out b, out alpha);
示例#6
0
文件: LibuiEx.cs 项目: masums/tcdfx
 internal static AttributeType AttributeGetType(IntPtr a) => Libui.LoadFunction <Signatures.uiAttributeGetType>()(a);
示例#7
0
文件: LibuiEx.cs 项目: masums/tcdfx
 internal static IntPtr NewStretchAttribute(FontStretch stretch) => Libui.LoadFunction <Signatures.uiNewStretchAttribute>()(stretch);
示例#8
0
文件: LibuiEx.cs 项目: masums/tcdfx
 internal static FontWeight AttributeWeight(IntPtr a) => Libui.LoadFunction <Signatures.uiAttributeWeight>()(a);
示例#9
0
文件: LibuiEx.cs 项目: masums/tcdfx
 internal static IntPtr NewItalicAttribute(FontStyle italic) => Libui.LoadFunction <Signatures.uiNewItalicAttribute>()(italic);
示例#10
0
文件: LibuiEx.cs 项目: masums/tcdfx
 internal static double AttributeSize(IntPtr a) => Libui.LoadFunction <Signatures.uiAttributeSize>()(a);
示例#11
0
文件: LibuiEx.cs 项目: masums/tcdfx
 internal static IntPtr NewWeightAttribute(FontWeight weight) => Libui.LoadFunction <Signatures.uiNewWeightAttribute>()(weight);
示例#12
0
文件: LibuiEx.cs 项目: masums/tcdfx
 internal static IntPtr NewSizeAttribute(double size) => Libui.LoadFunction <Signatures.uiNewSizeAttribute>()(size);
示例#13
0
文件: LibuiEx.cs 项目: masums/tcdfx
 internal static string AttributeFamily(IntPtr a) => Libui.LoadFunction <Signatures.uiAttributeFamily>()(a);
示例#14
0
文件: LibuiEx.cs 项目: masums/tcdfx
 internal static IntPtr NewFamilyAttribute(string family) => Libui.LoadFunction <Signatures.uiNewFamilyAttribute>()(family);
示例#15
0
文件: LibuiEx.cs 项目: masums/tcdfx
 internal static IntPtr NewUnderlineColorAttribute(UnderlineColor u, double r, double g, double b, double a) => Libui.LoadFunction <Signatures.uiNewUnderlineColorAttribute>()(u, r, g, b, a);
示例#16
0
文件: LibuiEx.cs 项目: masums/tcdfx
 internal static FontStyle AttributeItalic(IntPtr a) => Libui.LoadFunction <Signatures.uiAttributeItalic>()(a);
示例#17
0
文件: LibuiEx.cs 项目: masums/tcdfx
 internal static void AttributeGetType(IntPtr a, out UnderlineColor u, out double r, out double g, out double b, out double alpha) => Libui.LoadFunction <Signatures.uiAttributeUnderlineColor>()(a, out u, out r, out g, out b, out alpha);
示例#18
0
文件: LibuiEx.cs 项目: masums/tcdfx
 internal static void FreeAttribute(IntPtr a) => Libui.LoadFunction <Signatures.uiFreeAttribute>()(a);